I have a suggestion for a new surrogate script which allows sites that load Google's Recaptcha code to still work while blocking Google.com.
The sources and replacements settings have been pasted here: http://pastebin.com/RqBma0UZ
They are:
Code: Select all
 noscript.surrogate.gcaptcha.replacement :        Recaptcha = {create:function(a,b,c){return "Yes";}};
noscript.surrogate.gcaptcha.sources     :        *www.google.com/recaptcha/api/js/recaptcha_ajax.js Well it works until you get the password wrong too many times, at which point you will have to use their Captcha to re-establish that you have more humanity than Google.

Hopefully someone else out there finds this a nice addition to their NoScript ammunition.
 I tried and don't get the recaptcha
 I tried and don't get the recaptcha  If you are blocking google then of course Recaptcha must also be blocked because it is a Google script.
 If you are blocking google then of course Recaptcha must also be blocked because it is a Google script.