
"Honest" kill ads in LiveJournal.
I realized how relatively honestly, conveniently and without unnecessary gestures to nail soup advertising in LJ. Immediately make a reservation - a way for Opera.
“Honestly” because the styles of the magazine do not need to be edited, which means that the SOUP will have no reason to suspend LJ.
Convenient - because it works, even if we go to Live Journal unlogged.
Without unnecessary gestures - because it is done by purely built-in Opera tools in 30 seconds.
The main and most popular way to block ads is to set display: none in a custom magazine style; for advertising diva.
And the Opera has the ability to connect custom styles. So we do the same, but on the browser side. Well, actually, we connect: go to Preferences-> Advanced-> Content-> Style options, select some css file in the My style sheet field (usually the default is% operadir% \ styles \ user.css). We write to the file (if it already exists, we add it): That's it. No more ads. You can set the style only for * .livejournal.com - F12-> Edit site preferences and further by analogy. The method, in principle, is equivalent to the use of any advertising cutter, just the opera-makers will hardly have to strain.
“Honestly” because the styles of the magazine do not need to be edited, which means that the SOUP will have no reason to suspend LJ.
Convenient - because it works, even if we go to Live Journal unlogged.
Without unnecessary gestures - because it is done by purely built-in Opera tools in 30 seconds.
The main and most popular way to block ads is to set display: none in a custom magazine style; for advertising diva.
And the Opera has the ability to connect custom styles. So we do the same, but on the browser side. Well, actually, we connect: go to Preferences-> Advanced-> Content-> Style options, select some css file in the My style sheet field (usually the default is% operadir% \ styles \ user.css). We write to the file (if it already exists, we add it): That's it. No more ads. You can set the style only for * .livejournal.com - F12-> Edit site preferences and further by analogy. The method, in principle, is equivalent to the use of any advertising cutter, just the opera-makers will hardly have to strain.
.adv { display: none;}
#ad-leaderboard {display: none;}
#ad-5linkunit {display: none;}