Skip to content

Instantly share code, notes, and snippets.

@sobi3ch
Created September 11, 2013 11:28
Show Gist options
  • Save sobi3ch/6522295 to your computer and use it in GitHub Desktop.
Save sobi3ch/6522295 to your computer and use it in GitHub Desktop.
Load jQuery from any browser console. Just copy&paste into your console.
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