Skip to content

Instantly share code, notes, and snippets.

@xuyuji9000
Last active November 2, 2016 09:28
Show Gist options
  • Save xuyuji9000/71a4ff313d2b4c258e382da023044f58 to your computer and use it in GitHub Desktop.
Save xuyuji9000/71a4ff313d2b4c258e382da023044f58 to your computer and use it in GitHub Desktop.
"jQuery" inside chrome browser
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