Adblock warning with partly random id

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
phender
Posts: 2
Joined: Fri Sep 11, 2015 12:11 pm

Adblock warning with partly random id

Post by phender »

Hello, i have a problem with the anti Adblock Warning at www.rapid-games.org.
It generates an element with random id which looks like bsa???????, where every ? can be a lowercase, uppercase character or a number. The id changes every time the page is reloaded, so the Element Hider suggestion to, for example, add "rapid-games.org###bsaFN5Aggd" to the blocking list doesnt work.
I have googled the problem but not found a solution which would have been useful and adblockplus.org/de/filters didnt help either (or i was too blind to see the solution).
How do i block this warning message?

ps: just if that makes a difference: I am using Adblock Plus on Chromium/Ubuntu
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Adblock warning with partly random id

Post by mapx »

the standard filters for that site:

Code: Select all

@@||rapid-games.org^$elemhide
@@.png#$domain=rapid-games.org
or if you want that sort of filter use:

Code: Select all

rapid-games.org##[id^="bsa"]
however, you are talking about EHH:
select the element with EHH, use the "advanced view", go in the right panel where you see the filter starting with "bsa" and edit it. Keep only "bsa" part, delete the rest of it. You'll get a filter like this above.

see also
en/filters#elemhide_attributes
phender
Posts: 2
Joined: Fri Sep 11, 2015 12:11 pm

Re: Adblock warning with partly random id

Post by phender »

Thank you very much, this works perfectly. Interestingly i had tried the second solution already, but obviously i did something wrong :)
Locked