Last active
December 30, 2015 03:29
-
-
Save timhodson/7769400 to your computer and use it in GitHub Desktop.
Javascript boomarklet to load jquery on any page which doesn't already have it.
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
javascript:if(!window.jQuery||confirm('Overwrite\x20current\x20version?\x20v'+jQuery.fn.jquery))(function(d,s){s=d.createElement('script');s.src='https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.js';(d.head||d.documentElement).appendChild(s)})(document); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment