4chan x reCAPTCHA Fixx

Added by Pollywog@userstyles, Created: Jul 30, 2010, Updated: Jul 31, 2010
No screenshot

Description:

A fixx I grabbed for 4Chan x grease monkey script..

not mine..

an other fix is to:
1) Find this line:

#qr tr:last-child { \

and replace it with this one:

#qr td.rules { \

2) Find this line:

if (target.nodeName === 'TABLE') {

and insert this directly ABOVE it:

if (target.id == 'recaptcha_challenge_field' && $('#qr #recaptcha_challenge_field')) {
$('#qr #recaptcha_challenge_field').setAttribute('value',target.value);
$('#qr #recaptcha_image img').setAttribute('src','http://www.google.com/recaptcha/api/image?c=' + target.value);
}

This should take care of the problem until aeosynth fixes it.


Sauce:
http://userscripts.org/topics/57445

Installs:
Applies to:
4chan.org

Related styles:

WARNING: This webware is not functioning properly. Please enable javascript in your browser and try again.