Colon Cancer Tab Removal Script

Removes the colon cancer tab from the menu.

// ==UserScript==
// @name         Colon Cancer Tab Removal Script
// @version      1.0.0
// @description  Removes the colon cancer tab from the menu.
// @author       Colon
// @match        *://arras.io/*
// @namespace https://gf.qytechs.cn/users/812261
// ==/UserScript==
try {
document.getElementsByClassName("menuTab colonCancer")[0].remove();
} catch {return false};

QingJ © 2025

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