I am new to stack overflow, this is my first question
I have a specific anti adblock script:
http://www.pentafaucet.com/libs/advertisement.js
How do I whitelist this in Adblock Plus, to circumvent it?
P.S. Also, You can use Greasemonkey
You can whitelist this request using the following exception rule:
@@||www.pentafaucet.com/libs/advertisement.js^
However, to prevent the site from detecting Adblock Plus I'd suggest using the following filter:
@@||www.pentaufaucet.com^$generichide
(see https://adblockplus.org/filters#generic-specific)
Note that this filter might not work in other ad blockers since it has only recently been added to Adblock Plus.