// ==UserScript== // @name 迅雷快传显示全部下载链接 // @namespace http://t.qq.com/heartblade // @description 文件列表下面插入一个文本框,显示所有文件的下载链接(包括没勾选的) // @include http://kuai.xunlei.com/d/* // @version 1.0 // @grant none // @downloadURL none // ==/UserScript== (function(){ var urls = '',i; var fname=document.querySelectorAll(".file_name"); var flength=fname.length; for (i=0;i