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://greasyforks.org/users/812261
// ==/UserScript==
try {
document.getElementsByClassName("menuTab colonCancer")[0].remove();
} catch {return false};
长期地址
遇到问题?请前往 GitHub 提 Issues。