Last active
February 2, 2017 22:32
-
-
Save appel/3b388f2498c1009e3f3a65f71b75addd to your computer and use it in GitHub Desktop.
Turbolinks.js bookmarklet (via CDNJS)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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