Skip to content

Instantly share code, notes, and snippets.

@rtgibbons
Created June 3, 2011 03:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtgibbons/1005813 to your computer and use it in GitHub Desktop.
Save rtgibbons/1005813 to your computer and use it in GitHub Desktop.
pualify bookmarklet
javascript:(function(){var d=document,j=d.getElementById('__paulify_nodes'),k=null;var files=['https://github.com/rtgibbons/Paulify/raw/master/js/paulify.js','https://github.com/rtgibbons/Paulify/raw/master/js/paulify_run.js'];if(j){paulify_add();}else{k=d.createElement('div');k.id='__paulify_nodes';d.getElementsByTagName('body')[0].appendChild(k);for(var l=0;l<files.length;l++){j=d.createElement('script');j.src=files[l];k.appendChild(j);}}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment