Roblox Genre Filters (Default Only)
Do you want get "all" Genre Filters to click this link: https://userstyles.world/style/20122/roblox-genre-filters-all-only
Roblox Genre Filters (Default Only) by BLSROBL

Details
AuthorBLSROBL
LicenseNo License
CategoryRoblox
Created
Updated
Code size2.8 kB
Code checksum889614d
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
It's working (2025.1.1)
Source code
/* ==UserStyle==
@name Roblox Genre Filters (Default Only)
@version 1.0.0
@namespace Stylus
==/UserStyle== */
@-moz-document url-prefix("https://www.roblox.com/charts#/") {
.sort-header > [href^="https://www.roblox.com/charts#/sortName/Top_Trending_V3"], .sort-header > [href^="https://www.roblox.com/charts#/sortName/Top_Trending_V4"] {
background: white;
padding: 8px 8px;
border-radius: 0px;
border: 1px solid #b8b8b8;
font-size: 0px;
height: 37px;
display: block;
width: 167px;
margin-left: 4px;
position: absolute;
cursor: pointer;
}
.sort-header > [href^="https://www.roblox.com/charts#/sortName/Top_Trending_V3"]:hover, .sort-header > [href^="https://www.roblox.com/charts#/sortName/Top_Trending_V4"]:hover {
color: #fff;
background-color: #00a2ff;
border: 1px solid #00a2ff;
}
.sort-header > [href^="https://www.roblox.com/charts#/sortName/Top_Trending_V3"]:before, .sort-header > [href^="https://www.roblox.com/charts#/sortName/Top_Trending_V4"]:before {
content: 'Default'!important;
font-size: 16.1px;
padding-left: 4px;
}
.sort-header > [href^="https://www.roblox.com/charts#/sortName/Up_And_Coming_V2"]:hover, .sort-header > [href^="https://www.roblox.com/charts#/sortName/Up_And_Coming_V4"]:hover {
color: #fff;
background-color: #00a2ff;
border: 1px solid #00a2ff;
}
.btn-secondary-xs[href^="https://www.roblox.com/charts#/sortName/Top_Trending_V3"], .games-list-header, .filters-container, .btn-secondary-xs[href^="https://www.roblox.com/charts#/sortName/Top_Trending_V4"], .games-list-header, .filters-container{
display: none!important;
}
.sort-header > [href^="https://www.roblox.com/charts#/sortName/Up_And_Coming_V2"]:after, .sort-header > [href^="https://www.roblox.com/charts#/sortName/Up_And_Coming_V4"]:after {
content: 'All';
font-size: 16.1px;
margin-left: 4px;
}
}
#games-carousel-page .text-default.font-sort-subtitle {
display: none!important;
}
.sort-header > [href^="https://www.roblox.com/charts#/sortName/Top_Revisited_Existing_Users_V2"]:after, .sort-header > [href^="https://www.roblox.com/charts#/sortName/Top_Revisited_Existing_Users_V4"]:after {
content:"";
background-image: url(https://images.rbxcdn.com/8f9d73863e52851ec5910be4ffa5ed78-generic_01312019.svg);
background-position: 0 -272px;
background-repeat: no-repeat;
background-size: 32px auto;
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
margin-left: 30px;
position: absolute;
bottom: 915px;
}