Skip to content

Instantly share code, notes, and snippets.

Created September 27, 2012 09:50
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 anonymous/3793194 to your computer and use it in GitHub Desktop.
Save anonymous/3793194 to your computer and use it in GitHub Desktop.
bookmarklet to try out turbolinks
javascript:void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://www.artflakes.com/turbolinks.js?r='+Math.random()*99999999);document.body.appendChild(e)%7D)());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment