I had some trouble white-listing ads on Southperry using Firefox with NoScript and Adblock Plus. After some research I found the perfect fix. I hope it will be helpful to someone:
If you want to support southperry (the webpage has to load the ads), but don't want to see the ads, or have them take up space on your screen: install the Firefox addon "Greasemonkey" and create a userscript to make the advertisement DIV elements invisible. I'm not sure if I'm allowed to post the script I wrote here. Anyway if you're tech savvy: set the element to element.style.display = "none";
- Whitelist southperry.net in Adblock Plus (has been mentioned before: go to Tools>Adblock Plus>Disable on southperry.net).
- Whitelist the following domains in NoScript (right click>NoScript>Allow domain.extension:
- googlesyndication.com
- doubleclick.net
- turn.com
- 2mdn.net
Spoiler
- googlesyndication.com
- Add the following custom rule to NoScript's ABE to restrict access to the white-listed domains for all domains but southperry.net.
To add the rule: right click>NoScript>Options>Advanced tab>ABE tab>Select ruleset "user">paste code>click enable>click ok.
Code:# Allow southperry.net to open advertisements, restrict others.
Site *.googlesyndication.com http[s]?://.*doubleclick.net.* *.turn.com *.2mdn.net
Accept from *.southperry.net *.doubleclick.net *.turn.com
DenySpoiler
- Done, enjoy!
If you want to support southperry (the webpage has to load the ads), but don't want to see the ads, or have them take up space on your screen: install the Firefox addon "Greasemonkey" and create a userscript to make the advertisement DIV elements invisible. I'm not sure if I'm allowed to post the script I wrote here. Anyway if you're tech savvy: set the element to element.style.display = "none";

