Created
August 22, 2012 15:05
-
-
Save jcubic/3426536 to your computer and use it in GitHub Desktop.
185 bytes bookmarklet that insert javascript file into page
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:(function(a,s){s[a]('src',prompt());s[a]('type','text/javascript');document.getElementsByTagName('head')[0].appendChild(s);})('setAttribute',document.createElement('script')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment