Skip to content

Instantly share code, notes, and snippets.

@mandria
Created April 1, 2020 20:39
Show Gist options
  • Save mandria/e61ec5cda51d25d01d914da2481fb2cf to your computer and use it in GitHub Desktop.
Save mandria/e61ec5cda51d25d01d914da2481fb2cf to your computer and use it in GitHub Desktop.
include javascript via console
javascript: (function(e, s) {
e.src = s;
e.onload = function() {
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