Skip to content

Instantly share code, notes, and snippets.

@phette23
Created January 28, 2012 04:03
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 phette23/1692527 to your computer and use it in GitHub Desktop.
Save phette23/1692527 to your computer and use it in GitHub Desktop.
JavaScript Bookmarklet Template
//self-executing anonymous function
(function (window, document, undefined) {
var d=document; w=window; //aliases to save bytes
//do something
}(window, document));
//remove comments, put in a bookmark preceded by "javascript:"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment