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
Adblock warning with partly random id
Re: Adblock warning with partly random id
the standard filters for that site:
or if you want that sort of filter use:
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
Code: Select all
@@||rapid-games.org^$elemhide
@@.png#$domain=rapid-games.org
Code: Select all
rapid-games.org##[id^="bsa"]
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
Re: Adblock warning with partly random id
Thank you very much, this works perfectly. Interestingly i had tried the second solution already, but obviously i did something wrong 
