Noisy side-bar sponsor video

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
us234
Posts: 9
Joined: Fri Dec 25, 2015 6:40 pm

Noisy side-bar sponsor video

Post by us234 »

http://www.java-forums.org/

how that forum dare to put sponsor video on all pages that automatically starts to play with 100% volume, omg

how can users even use that * forum..

Who know how to to block video with adblock?
java-forums.org###vdb_flash_c483d49a-893d-4965-99a4-0cef49277aa2
it doesn't work, id changes

and I can't use star sign
java-forums.org###vdb_flash_*
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Noisy side-bar sponsor video

Post by mapx »

try

Code: Select all

java-forums.org###block_html_5
or

Code: Select all

java-forums.org##[id^="vdb_"]
You can't use wildcard inside " " but with id, for example:
java-forums.org##[id*="vdb_"]

^ when begins with that string of characters
$ when the matches the last part

see more
en/filters#elemhide_attributes
Locked