Guest User

NoScript surrogate for Google's Captcha

a guest
Sep 27th, 2014
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // To allow some login pages to work without loading Google Recaptcha script.
  2. // Block google.com with the NoScript extension.
  3. // Add these 2 settings to about:config in Firefox.
  4. noscript.surrogate.gcaptcha.replacement :    Recaptcha = {create:function(a,b,c){return "Yes";}};
  5. noscript.surrogate.gcaptcha.sources     :    *www.google.com/recaptcha/api/js/recaptcha_ajax.js
Add Comment
Please, Sign In to add comment