
How to get rid of annoying ads in LiveJournal using user CSS browser
In this article I will write how to make invisible ads in LiveJournal. This topic has already been discussed before, but then advertising was blocked through custom css itself and users were frozen for such a thing.
We will block ads using the browser:
So Firefox:
Install the Stylish addons.mozilla.org/en-US/firefox/addon/2108 plugin .
Select the Write Style option and add the following (it is advisable not to determine for which domino):
#ad_div,
.ljad,
.adv
{display: none;}
For Internet Explorer:
Tools >> Internet Options >> Global [tab] >> Accessibility [butt ] - down there we put a checkmark under Format documents using my stylesheet, create in a convenient place on the train file. Css containing the above code:
#ad_div,
.ljad,
.adv
{display: none;}
Click ok and enjoy life.
We will block ads using the browser:
So Firefox:
Install the Stylish addons.mozilla.org/en-US/firefox/addon/2108 plugin .
Select the Write Style option and add the following (it is advisable not to determine for which domino):
#ad_div,
.ljad,
.adv
{display: none;}
For Internet Explorer:
Tools >> Internet Options >> Global [tab] >> Accessibility [butt ] - down there we put a checkmark under Format documents using my stylesheet, create in a convenient place on the train file. Css containing the above code:
#ad_div,
.ljad,
.adv
{display: none;}
Click ok and enjoy life.