// ==UserScript== // @name No More Dramas - TJUPT // @namespace http://tampermonkey.net/ // @version 0.1.1 // @description torrent page filter // @author colder // @match https://*.tjupt.org/torrents.php* // @match https://*.tju.pt/torrents.php* // @match https://*.pterclub.com/torrents.php* // @license MIT // @downloadURL none // ==/UserScript== (function() { 'use strict'; // 要过滤的字符集 const filterChars = ["-GodDramas", "短剧"]; // 需要检查的类名列表 const targetClasses = ['triple_sticky_bg','double_sticky_bg', 'sticky_bg', 'normal_bg', 'sticky_top', 'sticky_normal', 'rowfollow']; // 检查文本是否包含任意过滤字符 function containsFilterChar(text) { return filterChars.some(char => text.includes(char)); } // 隐藏包含过滤字符的