Skip to content

Instantly share code, notes, and snippets.

@lucasmazza
Created April 3, 2010 01:56
Show Gist options
  • Select an option

  • Save lucasmazza/353994 to your computer and use it in GitHub Desktop.

Select an option

Save lucasmazza/353994 to your computer and use it in GitHub Desktop.
// The classic jQuery bookmark for injectin' jQuery on any page
javascript:(function() { var h = document.getElementsByTagName("head")[0]; var j = document.createElement("script"); j.type = "text/javascript"; j.src = "http://code.jquery.com/jquery.js"; h.appendChild(j);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment