Skip to content

Instantly share code, notes, and snippets.

@xstable
Created February 14, 2018 13: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 xstable/3055d491288fec824100c1472eb1fb40 to your computer and use it in GitHub Desktop.
Save xstable/3055d491288fec824100c1472eb1fb40 to your computer and use it in GitHub Desktop.
load jQuery (latest)
javascript: (function(e, s) {
e.src = s;
e.onload = function() {
// If noConflict is need, uncomment the following Line and use jQuery.('body')... for example instead of $.('body')...
//jQuery.noConflict();
console.log('jQuery injected');
};
document.head.appendChild(e);
})(document.createElement('script'), '//code.jquery.com/jquery-latest.min.js');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment