Page 1 of 1

How do I activate a universal filter, on entering a site?

Posted: Sun Dec 20, 2020 10:31 am
by TJump
How do I make this code apply to ALL sites, but only when I enter one specific url/site:

Code: Select all

*$popup,third-party
I do NOT want this code to be applied to a particular site, I know how to do that

Code: Select all

||example.com*$popup,third-party
This does not work.

On the custom filter list you have the option to turn filters on/off by hitting the grey/blue slider, I essentially need a way to automatically hit that and turn it on whenever I go the a site "example.com"

https://ibb.co/HCrmZTh

A simple way to do this would just be read the URL if "example.com" is in the url, turn filter on. ABP doesn't seem to have the option to read the url (why not? this would make it so much better... and its so ez. :| )