Hides the "Avatar items for You" section on the homepage.
Roblox Hide Avatar items for You by crax
Details
Authorcrax
LicenseCC-BY-NC-SA-4.0
Categoryroblox
Created
Updated
Size313 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 Hide Avatar items for You on Roblox
@namespace roblox.com
@version 1.0.0
@description Self explanatory
@author CraX
==/UserStyle== */
@-moz-document domain("roblox.com") {
.avatar-shop-homepage-recommendations-container {
display: none;
}
}