Filter to only blook on domain root page, not subpages.

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
Hologram
Posts: 1
Joined: Mon Sep 10, 2018 7:17 am

Filter to only blook on domain root page, not subpages.

Post by Hologram »

Is there way to apply filter only to domain root and not to any sub-pages of domain?

I don't know exact filename of index page!


enable only on "site.com"

not enabled on
"site.com/home/"
"site.com/home/posts/"
"site.com/images.php"
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Filter to only blook on domain root page, not subpages.

Post by mapx »

if you want to block an image (image1.jpg) on the root page but not on the other subdomains

just whitelist that filter for the subdomains

Code: Select all

@@||site.com/home/*image1.jpg$image
@@||site.com/home/posts/*image1.jpg$image
@@||site.com/images.php*image1.jpg$image
Post Reply