Skip to content

Instantly share code, notes, and snippets.

@Moligaloo
Created July 20, 2015 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Moligaloo/bbfdc225677e55e992b1 to your computer and use it in GitHub Desktop.
Save Moligaloo/bbfdc225677e55e992b1 to your computer and use it in GitHub Desktop.
Load jQuery from Chrome Web Inspector
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