(No screenshot available)
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
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
More Info
| Author | Pollywog |
|---|---|
| Created | Jul 31, 2010 |
| Updated | Jul 31, 2010 |
| Installs (this week) | 1 |
| Installs (total) | 217 |
Feedback
Discussions
No discussions posted yet. Be the first to ask a question or review this style.