This style removes Roblox's dumb games section on the homepage which pretty much makes the homepage the games page.
Remove Homepage Games! by xammand
Details
Authorxammand
LicenseNo License
CategoryRoblox
Created
Updated
Size539 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 Homepage Games!
@version 20220805.17.50
@namespace userstyles.world/user/xammand
@description This style removes Roblox's dumb games section on the homepage which pretty much makes the homepage the games page.
@author xammand
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.roblox.com/home"), url-prefix("https://web.roblox.com/home") {
/* Remove Games */
.game-home-page-container {
height: 290px;
overflow-y: hidden;
display: block;
}
}