Skip to content

Instantly share code, notes, and snippets.

@AbeEstrada
Created April 15, 2011 17:01
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 AbeEstrada/922040 to your computer and use it in GitHub Desktop.
Save AbeEstrada/922040 to your computer and use it in GitHub Desktop.
Javascript: Bookmarklet UANE
var s=document.createElement('script');
s.setAttribute('src','http://jquery.com/src/jquery-latest.js');
document.getElementsByTagName('body')[0].appendChild(s);
jQuery('input[value=100]').attr('checked', 'checked');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment