AdBlock on http://www.opensubtitles.org

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
bbabaa
Posts: 1
Joined: Sun Jan 24, 2016 8:27 pm

AdBlock on http://www.opensubtitles.org

Post by bbabaa »

AdBlock NOT blocking ads on http://www.opensubtitles.org/ in Safari or Chrome.
AdBlock IS blocking ads on http://www.opensubtitles.org/ in Firefox.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: AdBlock on http://www.opensubtitles.org

Post by mapx »

test (in chrome) these filters

Code: Select all

opensubtitles.org##img[src^="data"]
if does not work, try:

Code: Select all

@@beatchucknorris.com$domain=opensubtitles.org
@@opensubtitles.org$generichide
opensubtitles.org##img[src^="data"]
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: AdBlock on http://www.opensubtitles.org

Post by mapx »

Code: Select all

opensubtitles.org##.content:first-child > A
Locked