加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
浏览器标签工具.txt 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
suizhikuo 提交于 2018-03-27 11:25 . 123132123132
可以放到浏览器标签的工具:
VisualEvent:
javascript:(function() {var protocol = window.location.protocol === 'file:' ?'http:' : '';var url = protocol+'//www.sprymedia.co.uk/VisualEvent/VisualEvent_Loader.js';if( typeof VisualEvent!='undefined' ) {if ( VisualEvent.instance !== null ) {VisualEvent.close();}else {new VisualEvent();}}else {var n=document.createElement('script');n.setAttribute('language','JavaScript');n.setAttribute('src',url+'?rand='+new Date().getTime());document.body.appendChild(n);}})();
动态加载jQuery:
javascript:(function () {if (typeof jQuery == 'undefined') {var protocol = window.location.protocol === 'file:' ?'http:' : window.location.protocol;var url = protocol+'//libs.baidu.com/jquery/2.1.1/jquery.min.js'; window.console.log('不存在Query类库,\r\n开始添加,\r\n地址:' + url);var n = document.createElement('script');n.setAttribute('language', 'JavaScript');n.setAttribute('src', url + '?rand=' + new Date().getTime());document.body.appendChild(n);} else {window.console.log('已经存在jQuery类库,\r\n无需再添加!\r\n');}})();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化