Ad blocker problem (block gametracker stats)

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
mamac
Posts: 1
Joined: Sun Nov 30, 2014 9:23 pm

Ad blocker problem (block gametracker stats)

Post by mamac »

hi im working on game hosting and i have 1 question


im use your ad blocker and its perfect but i want to ask u something


with your blocker he block gamestats image from gametracker.rs

i must say that is not a spam or something,everyone use on their own sites for image statistic of game server
u dont block gametracker.com who is a same statistic but u block gametracker.rs

this is whitout your blocker

http://prntscr.com/5bumrs

this is with your blocker

http://prntscr.com/5bumwp

-that gametracker liks we from game communityes and game hostings use to show graphic stats of server
here is 1 example
http://www.gametracker.rs/server_banner ... 27021/red/

there we choose what we want to put on site,blog,fb.... but this abp block that and many users of (for example my site) dont see stats of game servers...like here http://www.oneandonly-cs.info/portal/ (scroll down)
on other gametracker who use same thing its not blocked
here is their site http://www.gametracker.com/server_info/ ... 3:27021/b/

please can u fix that? best regards
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Ad blocker problem (block gametracker stats)

Post by mapx »

the "bad" filter is:

Code: Select all

://banners.$third-party
due to that filter on http://www.oneandonly-cs.info/portal/ the statistics are blocked (the pics are blocked because of //banners. element in the name of the images)

You need: rename the images (if you are the owner of the site) or (as I already talked about in pm) ask to easylist authors an exception like:

Code: Select all

@@||banners.gametracker.rs^$image,domain=oneandonly-cs.info
or, more general:

Code: Select all

@@||banners.gametracker.rs^$image
Locked