// ==UserScript== // @name 视频嗅探 // @namespace http://tampermonkey.net/ // @version 0.3 // @description 自动嗅探页面上的视频资源,将链接展示出来,并提供复制和下载方法(除部分流媒体不能下载,需要专用的下载器)。 // @author geigei717 // @license MIT // @match https://*/* // @match http://*/* // @icon https://img-blog.csdnimg.cn/20181221195058594.gif // @require https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js // @grant GM_addElement // @grant GM_download // @grant GM_setClipboard // @downloadURL none // ==/UserScript== (function() { GM_addElement('script', { src: 'https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js', type: 'text/javascript' }); let URLs = []; unsafeWindow.GM_D = []; unsafeWindow.download = function (url,name){ GM_download(url, name); } //$("head").append(' ') var m = -1 var n=1 //默认关闭 1关闭,0开启 $("body").append("
") .append("