Greasy Fork is available in English.

Chat Fix

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

  1. // ==UserScript==
  2. // @name Chat Fix
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description Makes the number of messages invisible for your Roblox chat considering it's fairly annoying.
  6. // @author v0xis
  7. // @match https://www.roblox.com/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. document.querySelector("#chat-header > div.chat-header-action > span.xsmall.notification-red.notification.ng-binding").style.display="none";