Page 1 of 1

Where can i find a easylist documentation

Posted: Fri Jun 24, 2016 7:42 am
by KoSiarz
Hi,

Opera now support the ad block list and I would like to create own file but it doesnt work :/
Where can I found the format documentation for easylist?

As i know the format can be like this
<domain>##.<class-name>

I was trying to use following lines:

Code: Select all

dobreprogramy.pl##.page-element 
dobreprogramy.pl##*.page-element

Re: Where can i find a easylist documentation

Posted: Fri Jun 24, 2016 8:49 am
by smed79
Writing Adblock Plus filters
https://adblockplus.org/filters
viewtopic.php?f=84&t=35435

Try:

Code: Select all

dobreprogramy.pl##DIV[style="height: 250px; width: 970;"]
dobreprogramy.pl##DIV[style="height: 180px; width: 630;"] 
dobreprogramy.pl##DIV[style="height: 600px; width: 300;"]

Re: Where can i find a easylist documentation

Posted: Fri Jun 24, 2016 9:01 am
by intense

Re: Where can i find a easylist documentation

Posted: Fri Jun 24, 2016 9:32 am
by smed79
& you can use flytext.in to edit your adblock list hosted on your dropbox account.

Re: Where can i find a easylist documentation

Posted: Mon Nov 14, 2016 1:51 pm
by zadsoft
If you have FireFox there is a little helper plugin to help find / write the rules you need to block page elements:

https://addons.mozilla.org/en-US/firefo ... src=search

I dare say something similar exists for Chrome.

Re: Where can i find a easylist documentation

Posted: Mon Feb 20, 2017 11:20 am
by Hatschi
How do I find out which script is generating a content? The element picker isn't helpful anymore as more and more sites are using dynamically generated names on the content.

Is there any tutorial / guide for a more advanced stuff?