📜 ⬆️ ⬇️

How to get rid of annoying advertising in ZHC using user CSS browser

In this article I will write how to make invisible advertising in LJ. This topic has already been discussed before, but then advertising was blocked through the custom css LJ itself and users were frozen for this.

We will block ads using a browser:

So Firefox:
')
Install the plugin Stylish addons.mozilla.org/en-US/firefox/addon/2108 .
Select the Write Style option and add the following (it is advisable not to determine for which domina):

#ad_div,
.ljad
.adv
{display: none;}

For Internet Explorer:
Tools >> Internet Options >> Global [tab] >> Accessibility [butt] - there below we tick the Format documents using my stylesheet, create in a convenient place on the railway .css file containing the above mentioned code:
#ad_div,
.ljad
.adv
{display: none;}

Click OK and enjoy life.

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


All Articles