Not sure if possible

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
DXox
Posts: 1
Joined: Wed Feb 10, 2016 9:30 pm

Not sure if possible

Post by DXox »

Is it possible to have ads run on main site but be able to block them on specific area on site, like a forums?

Like have ads play on www.example.com
but have them blocked on www.example.com/forum

i've tried some filter stuff but i could never get it to block just the forum section.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Not sure if possible

Post by mapx »

Code: Select all

@@/^((?!.*\/(forum|othersubdomain)\W?).)*$/$document,domain=example.com
forum/viewtopic.php?p=97696#p97696
Locked