Skip to content

Instantly share code, notes, and snippets.

@rotten77
Created January 11, 2016 14:26
Show Gist options
  • Save rotten77/e0d47872aac08f5fea5f to your computer and use it in GitHub Desktop.
Save rotten77/e0d47872aac08f5fea5f to your computer and use it in GitHub Desktop.
Add jQuery to site (bookmarklet)
javascript:(function(){var script = document.createElement('script');script.src = '//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js';document.getElementsByTagName('head')[0].appendChild(script);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment