Skip to content

Instantly share code, notes, and snippets.

@rayshih
Created October 31, 2012 08:28
Show Gist options
  • Save rayshih/3985855 to your computer and use it in GitHub Desktop.
Save rayshih/3985855 to your computer and use it in GitHub Desktop.
Insert jQuery To Any Page
javascript:(function(){script = document.createElement("script");script.src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js";document.body.appendChild(script);})();
@rayshih
Copy link
Author

rayshih commented Oct 31, 2012

Insert jQuery to any page

Method: Just copy it to url input, or you can create a bookmark. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment