Skip to content

Instantly share code, notes, and snippets.

@justgage
Created November 19, 2014 03:10
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 justgage/cf1b2a20a6f42a41f688 to your computer and use it in GitHub Desktop.
Save justgage/cf1b2a20a6f42a41f688 to your computer and use it in GitHub Desktop.
A Bookmarklet to check all the boxes on I-learn.
javascript:(function(){var checkboxes=$("iframe").contents().find("iframe").contents().find(".radio");checkboxes.each(function(){this.checked=true});})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment