Created
May 28, 2014 23:05
-
-
Save taptapdan/803721a9df81247766e7 to your computer and use it in GitHub Desktop.
How to load an external Javascript file in a bookmarklet.
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(){document.body.appendChild(document.createElement('script')).src='http://blarb.com/external.js';})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment