Page 1 of 1

Annoying random ID DIV

Posted: Wed Oct 12, 2016 12:32 pm
by Ayoth
Hello,

i'm trying to block the BIG RED ADD on this site

Code: Select all

http://mmorpg.org.pl/
. Code looks like:

Code: Select all

<DIV
id="64mehc7b8pv78k9o7ds4i" >
Which filter I should add to block this?

Re: Annoying random ID DIV

Posted: Wed Oct 12, 2016 12:36 pm
by mapx
add

Code: Select all

@@||mmorpg.org.pl^$generichide
@@||mmorpg.org.pl^$script
or

Code: Select all

mmorpg.org.pl##[id][style^="padding: 50px 10px; background: #D30000;"]

Re: Annoying random ID DIV

Posted: Wed Oct 12, 2016 12:45 pm
by Ayoth
mapx wrote:add

Code: Select all

@@||mmorpg.org.pl^$generichide
@@||mmorpg.org.pl^$script
Thank you, this one worked.