Page 1 of 1

Troublesome Website

Posted: Wed Feb 03, 2016 12:38 am
by stranded00
Can someone help me write a filter for the ads on this site? btc25.org

I can't seem to make any of the ones disappear. The banners at the top and bottom, the popups. The DIVs seems to have random genned ids, and blocking the urls in them doesn't seem to do much. I'm a bit lost.

Re: Troublesome Website

Posted: Wed Feb 03, 2016 12:46 am
by mapx
see if works adding these filters (or if the page is broken)

Code: Select all

@@||btc25.org^$generichide
@@||btc25.org/*ad$script
||nosyezhe.com^
||coinmedia.co^
@@.jpg#$domain=btc25.org
||postimg.org^$image,domain=btc25.org

Re: Troublesome Website

Posted: Wed Feb 03, 2016 2:13 am
by stranded00
It works perfectly, looks like I'll have to educate myself a bit more on all the filtering options. Thank you very much. :)