
But... I've added the 3 filters of Easylist to Adblock plus, but still when I visit "http://tweakers.net" The ads popup

After trial and error I found out the following code in Usercontent.css does block the ads but I haven't got a clue what it means and or if it's sufficient enough.
This is the content of the "Usercontent.css":
Code: Select all
div[id*="advert"],
div[id*="sponsor"],
*[src*=""]
{display:none!important;}
And do these lines make sense?
Hope someone is willing to help me out.