Theres a new button on roblox for the roblox credit, and some themes for old roblox are now broken because of it. not anymore, because this removes it entirely.
remove roblox wallet button by nope312
Details
Authornope312
LicenseNo License
CategoryRoblox.com
Created
Updated
Size491 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 Teg219
@namespace userstyles.world
@version 1.0.0
@Description Theres a new button on roblox for the roblox credit, and some themes for old roblox are now broken because of it. not anymore, because this removes it entirely.
==/UserStyle== */
@-moz-document domain("www.roblox.com") {
span.price-tag.navbar-compact.nav-credit-text, span#nav-credit-icon.icon-menu-wallet.roblox-popover-close {
display: none !important;
}
}