Skip to content

Instantly share code, notes, and snippets.

@karlgroves
Forked from fredr/bookmarklet-runner.js
Created September 10, 2013 17:47
Show Gist options
  • Save karlgroves/6512975 to your computer and use it in GitHub Desktop.
Save karlgroves/6512975 to your computer and use it in GitHub Desktop.
(function() {
var script = document.createElement('script');
script.async = 1;
script.src = '<url to script>';
document.getElementsByTagName('body')[0].appendChild(script);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment