Created
April 3, 2010 01:56
-
-
Save lucasmazza/353994 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| // 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