显示BTCHINA种子 功能: 1、显示BTCHINA索引页种子列表; 2、去除BTCHINA索引页和搜索页上的广告(包括点击链接时出现的flash); 3、可去除索引页和搜索页上预览时出现的大量图片(可以选择保留)及flash,只留下文字简介。 选项: 显示剧照、显示警告内容、显示镜像及联盟站点、热门刷新,在 工具--> User Script Commands(用户脚本命令)里。 http://userscripts.org/scripts/show/33286 33286.user.js // This is a greasemonkey script, for use with the Firefox extension Greasemonkey.// More info: http://greasemonkey.mozdev.org///// ==UserScript==// @name Show Btchina// @author Sunwan// @e-mail <Sunwan>AT<zjcnnj.cn>// @version 1.2.1// @description Show torrent in btchina.net [Ver. 1.2.1]// @namespace http://www.cnnj.8866.org/download/greasemonkey/// @include http://*.btchina.net/*// @include http://*.sa20.com/*// ==/UserScript==// JScript.encode解码器// 改编自Soya.Encode.ScriptDecoderfunction JScriptDecoder(){ this.$matrix = []; this.$rotor = [ 1,2,0, 1,2,0, 2,0,0, 2,0,2, 1,0,2, 0,1,0, 2,0,1, 1,2,0, 0,2,1, 0,2,0, 0,2,1, 1,0,2, 0,2,0, 1,0,1, 1,2,0, 1,0,2, 1,0,2, 0,1,1, 2,0,0, 1,1,2, 0,1,0, 2]; this.$ccmap = [ 0x7b,0x57,0x6e, 0x32,0x2e,0x2d, 0x30,0x47,0x75, 0x21,0x7a,0x52, 0x29,0x56,0x60, 0x5b,0x42,0x71, 0x38,0x6a,0x5e, 0x33,0x2f,0x49, 0x3d,0x26,0x5c, 0x58,0x49,0x62, 0x3a,0x41,0x7d, 0x35,0x34,0x29, 0x65,0x32,0x36,…
Read more...