Mumberthrax blocker

A script designed to block a probable troll on Tildes, absent other methods.

// ==UserScript==
// @name     Mumberthrax blocker
// @description  A script designed to block a probable troll on Tildes, absent other methods.
// @version  1
// @include https://tildes.net/*
// @grant    none
// @namespace https://gf.qytechs.cn/users/187949
// ==/UserScript==

var $ = unsafeWindow.jQuery;
$("article.topic:has(a.link-user:contains(Mumberthrax))").remove();
$("article.comment:has(a.link-user:contains(Mumberthrax))").remove();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址