Skip to content

Instantly share code, notes, and snippets.

@splitinfinities
Created January 3, 2017 15:58
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save splitinfinities/73c45ed4caff6721dcccd131e3840441 to your computer and use it in GitHub Desktop.
Save splitinfinities/73c45ed4caff6721dcccd131e3840441 to your computer and use it in GitHub Desktop.
Add jQuery (chrome bookmark)
javascript:var script = document.createElement("script"); script.src = "https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"; script.type = "text/javascript"; document.getElementsByTagName("head")[0].appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment