// ==UserScript== // @name Robux Remover // @name:pt-BR Remover Robux // @namespace http://tampermonkey.net/ // @version 1.0 // @description Simply remove the visible robux counter from roblox page. // @description:pt-br Simplesmente remove o contador de robux visível na pagina do roblox. // @author Fptbb // @match https://www.roblox.com/* // @grant none // @downloadURL none // ==/UserScript== document.getElementById("nav-robux-amount").remove();