Greasy Fork

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://greasyfork.org/users/812261
// ==/UserScript==
try {
document.getElementsByClassName("menuTab colonCancer")[0].remove();
} catch {return false};