Skip to content

Instantly share code, notes, and snippets.

@ah01
Created April 17, 2010 23:38
Show Gist options
  • Save ah01/369903 to your computer and use it in GitHub Desktop.
Save ah01/369903 to your computer and use it in GitHub Desktop.
// Final „WTF“ solution for PSmka.cz
"wtf".split("").forEach(function(a,i){$.get("souradnice.php?stav=zmen",{x:i*22+600-(a=="w"?15:0),y:60,id:a+"_c"})});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment