📜 ⬆️ ⬇️

Repaint Odnoklassniki

By virtue of the herd instinct, I dwell on "In Contact".
But the parents were dragged to the "Classmates" and there's nothing you can do about it - there is a audience there. Everything seems to be fine, but the creepy design is not that annoying - it makes it difficult to work productively. And the thing is that, for some ridiculous reason, lettuce on white is hardly readable. What can we do? And we can write a user-css, which would repaint the links.
Here is:

* [href * = "/ dk? st.cmd ="], * [href * = "znakomstva.odnoklassniki.ru"], * [href * = "rabota.odnoklassniki.ru"]] {
color: # 000000! important;
}

div # topadv {visibility: hidden;}
div.sideadv {display: none;}
div.bottomadv {display: none;}
')
And you can download the link .
Stylish version (plugin for FF) - link .

PS
In addition, removes advertising. Works in Firefox and Opera. In IE (tried on the 7th version), only advertising cuts.

To add user css to:
a) Opera -> View -> Style -> Manage modes -> Display -> My stylesheet -> Choose
b) Firefox -> We put Stylish -> Manage styles -> Add style
c) IE -> Tools -> Internet Options -> Accessibility -> User style sheet -> Put a daw and select a style file

Pps
If something is missing - please inform.

Source: https://habr.com/ru/post/18137/


All Articles