Greasy Fork

Chat Fix

Makes the number of messages invisible for your Roblox chat considering it's fairly annoying.

// ==UserScript==
// @name         Chat Fix
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Makes the number of messages invisible for your Roblox chat considering it's fairly annoying.
// @author       v0xis
// @match        https://www.roblox.com/*
// @grant        none
// ==/UserScript==

document.querySelector("#chat-header > div.chat-header-action > span.xsmall.notification-red.notification.ng-binding").style.display="none";