Created
January 28, 2012 04:03
-
-
Save phette23/1692527 to your computer and use it in GitHub Desktop.
JavaScript Bookmarklet Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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