@Root1223 在 写了一个只能看女装的脚本 中发帖
https://linux.do/t/topic/1020069?u=root1223
看到了这个帖子,忍不住恶搞一下,纯水,在上贴基础上进行修改。效果:屏蔽不包含女装的帖子,由于论坛女装帖子太少,可能会导致直接空白。 🤣
// ==UserScript==
// @name Forum Keyword Filter (Show Only - Refined)
// @namespace http://tampermonkey.net/
// @version 0.4.0
// @description 【修正版】只显示含有指定关键词的帖子,不影响其他UI元素。
// @match https://linux.do/*
// @run-at document-idle
// @grant none
...