Colon Cancer Tab Removal Script

Removes the colon cancer tab from the menu.

2023/09/17のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==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://greasyforks.org/users/812261
// ==/UserScript==
try {
document.getElementsByClassName("menuTab colonCancer")[0].remove();
} catch {return false};
长期地址
遇到问题?请前往 GitHub 提 Issues。