Skip to content

Instantly share code, notes, and snippets.

@sawyerh
Created November 21, 2012 19:17
Show Gist options
  • Save sawyerh/4127017 to your computer and use it in GitHub Desktop.
Save sawyerh/4127017 to your computer and use it in GitHub Desktop.
bookmarklet
javascript:void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('id', 'wander-bookmarklet-script');e.setAttribute('src','http://lvh.me:3000/bookmarklet/bookmarklet-local.js?v=1&url='+encodeURIComponent(window.location.href));document.body.appendChild(e)%7D)());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment