Skip to content

Instantly share code, notes, and snippets.

@swinton
Forked from sandro/bookmarklet_template.js
Created March 29, 2011 10:07
Show Gist options
  • Save swinton/892121 to your computer and use it in GitHub Desktop.
Save swinton/892121 to your computer and use it in GitHub Desktop.
// TODO: remove spaces and newlines
javascript:(function(){
s=document.createElement('script');
s.type='text/javascript';
s.src='http://closure-compiler.appspot.com/code/jscc3f366b3fa0cbd851abb5b804192c398/default.js';
document.body.appendChild(s);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment