Simply remove the visible robux counter from roblox page.
// ==UserScript==
// @name Robux Remover
// @name:pt-BR Remover Robux
// @namespace http://tampermonkey.net/
// @version 1.1
// @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 *://*.roblox.com/*
// @grant none
// ==/UserScript==
document.getElementById("nav-robux-amount").remove();