Removes the wallet logo that Roblox added.
Remove Wallet Logo by nanitewrld
Details
Authornanitewrld
LicenseNo License
Categoryhttps://www.roblox.com/home
Created
Updated
Size623 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 Wallet Logo
@version 20240305.19.31
@namespace https://userstyles.world/user/nanitewrld
@description Removes the wallet logo that Roblox added.
@author nanitewrld
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.roblox.com/"), url-prefix("https://www.roblox.com/home"), url-prefix("https://www.corporate.roblox.com"), url-prefix("www.roblox.com/catalog"), url-prefix("https://web.roblox.com"), domain("https://www.roblox.com/") {
span#nav-robux-icon.nav-robux-icon.rbx-menu-item.nav-credit {
display: none !important;
}
}