Recaptcha surrogate script
Posted: Sun Sep 28, 2014 2:47 am
Hello all,
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:
This has been tested only on the imgur.com login and seems to work.
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 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.