您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
coloreaza torrentele care le doresti
当前为
// ==UserScript== // @name TMD filtru torrente culori // @description coloreaza torrentele care le doresti // @include *torrentsmd.com/* // @include *torrentsmd.*/* // @include *torrentsmoldova.*/* // @version 1.0 // @author Drakulaboy // @icon http://s017.radikal.ru/i432/1308/7b/34fa18a96812.png // @require http://code.jquery.com/jquery-1.10.2.js // @namespace https://gf.qytechs.cn/users/213 // ==/UserScript== $(document).ready(function () { var exclude = ['LostFilm', 'Dexter', 'Suits', 'Lightroom', 'Breaking Bad', 'Supernatural', 'Sherlock', 'Under the Dome', 'Hannibal', 'Arrow', 'Warehouse 13', 'Revolution', 'Homeland', 'The Big Bang Theory', 'Formula 1', 'Română', 'Elementary', 'Simpsons', 'Futurama', 'română', 'Snooker',]; exclude.forEach(function(i){ $('.tableTorrents tr:contains(' + i + ')').css("background-color", "#bbbbff") ; }); });
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址