R
R
Rostyk Ice2015-10-24 23:50:41
css
Rostyk Ice, 2015-10-24 23:50:41

How to change an element on the VK page and its design using the Tampermonkey script?

Good day, I'm wondering if it's possible to change an element on the vk.com website page using scripts in Tampermonkey?
For example, change the width of the frame of the rectangle with the text "side" and its position on the page and background color.
hQ4hgszFKc4.jpg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mark Doe, 2015-10-24
@NiceIce

For example like this (and by analogy change the desired properties)
Or with jQuery
$("#myprofile_wrap>a>span").css({"color":"red"});

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question