Skip to content

Instantly share code, notes, and snippets.

@appel
Last active February 2, 2017 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save appel/3b388f2498c1009e3f3a65f71b75addd to your computer and use it in GitHub Desktop.
Save appel/3b388f2498c1009e3f3a65f71b75addd to your computer and use it in GitHub Desktop.
Turbolinks.js bookmarklet (via CDNJS)
javascript:void((function()%7Bvar e=document.createElement('script');e.setAttribute('src','https://cdnjs.cloudflare.com/ajax/libs/turbolinks/5.0.0/turbolinks.min.js');document.body.appendChild(e)%7D)());console.log('Turbolinks.js loaded.');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment