Skip to content

Instantly share code, notes, and snippets.

@bluestrike2
Created September 28, 2012 22:47
Show Gist options
  • Save bluestrike2/3802463 to your computer and use it in GitHub Desktop.
Save bluestrike2/3802463 to your computer and use it in GitHub Desktop.
turbolinks bookmarklet
javascript:void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('src','https://raw.github.com/gist/3802463/fa48c9302283a13e83a9f04c19022c66170aa3db/turbolinks.js');document.body.appendChild(e)%7D)());
@appel
Copy link

appel commented Jul 19, 2016

Here's an updated version which loads turbolinks.js from CDNJS:
https://gist.github.com/appel/3b388f2498c1009e3f3a65f71b75addd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment