출처: stackoverflow.com/questions/7474354/include-jquery-in-the-javascript-console
xxjavascript: (function(e, s) {
e.src = s;
e.xxonload = function() {
jQuery.noConflict();
console.log('jQuery injected');
};
document.head.appendChild(e);
})(document.createElement('script'), '//code.jquery.com/jquery-latest.min.js')
다음검색