Page 1 of 1

Addthis Surrogate

Posted: Wed Dec 11, 2013 6:21 am
by Mathnerd314
I was reading http://forums.informaction.com/viewtopi ... 39&p=59754 and figured that a surrogate script might be handy.

noscript.surrogate.addthis.sources

Code: Select all

s7.addthis.com/*addthis_widget.js
noscript.surrogate.addthis.replacement

Code: Select all

addthis=(function(){var f=arguments.callee;return f.__noSuchMethod__=f.data=f.bar=f.dynamic=f.login=f.ad=f.util=f.user=f.session=f})();
I'm not certain how many sites need this, but it would be nice to have by default...

Also, it would be nice if the surrogates had a textual format (like an Adblock Plus filter list)... but I don't expect that to happen anytime soon.

Re: Addthis Surrogate

Posted: Wed Dec 11, 2013 9:34 am
by Giorgio Maone
Nice contribution, thank you!