Skip to content

Instantly share code, notes, and snippets.

@klaascuvelier
Created March 8, 2012 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klaascuvelier/2000048 to your computer and use it in GitHub Desktop.
Save klaascuvelier/2000048 to your computer and use it in GitHub Desktop.
Best captcha E.V.E.R.
var a = document.getElementsByTagName('img'), i, l = a.length, s = ''; for (i = 4; i < l; i++) { s += a[i].src.substr(52, 1); } document.forms[0]['Spam'].value = s;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment