// ==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 // @downloadURL none // ==/UserScript== document.getElementsByClassName("menuTab colonCancer")[0].remove();