removes the ugly credit balance on the navbar next to the robux icon
remove credit number & icon by ppurplux
Details
Authorppurplux
LicenseNo License
Categoryhttps://roblox.com
Created
Updated
Size322 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name remove credit number & icon
@version 20231004.03.45
@namespace ?
==/UserStyle== */
@-moz-document domain("www.roblox.com") {
/* Hide the Robux credit area and the icon */
#nav-robux-amount .credit-balance,
#nav-robux-icon.rbx-menu-item.nav-credit {
display: none !important;
}
}