当前位置 : 主页 > 网络编程 > JavaScript >

先网站注入js引入

来源:互联网 收集:自由互联 发布时间:2021-06-28
gistfile1.txt (function(){ if(!window.jQuery){ var s = document.createElement('script'); s.type = 'text/javascript'; s.src ='https://cdn.bootcss.com/jquery/1.9.0/jquery.js'; document.documentElement.appendChild(s); } } )();
gistfile1.txt
(function(){ if(!window.jQuery){ var s = document.createElement('script'); s.type = 'text/javascript'; s.src ='https://cdn.bootcss.com/jquery/1.9.0/jquery.js'; document.documentElement.appendChild(s); } } )();
网友评论