自动下载it168索爱论坛的附件
March 22nd, 2008
经常在it168索爱论坛给小6下点游戏软件之类的,但每次下载附件总会先出来一个叫你选择下载方式的页面,不知道浪费了多少我宝贵的时间。现在自己写了个Greasemonkey脚本,终于搞定了这个问题:脚本内容:// ==UserScript==// @name it168 se-forum auto downloader// @namespace http://mybeky.cn/// @description 跳过下载链接选择页面,直接下载论坛附件// @include http://se*.it168.com/viewthread.php*// @include http://se*.it168.com/thread*// ==/UserScript==
/*svrId是下载方式: * 默认链接:0 *备用链接一:1 *备用链接二:2 *备用链接三:3 *备用链接四:4*/var [...]