Skip to content

Roblox - (FIX) Hide spam on homepage FIX 7/27/2024 by bepikz

Details

Authorbepikz

LicenseNo License

Categorywww.roblox.com

Created

Updated

Code size811 B

Code checksum5d72a1f

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides advertisements and spam from homepage

CREDIT TO CraX

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Roblox - Hide spam on homepage
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Hides advertisements and spam from homepage
@author         CraX
@fix            bepikz
==/UserStyle== */
@-moz-document domain("roblox.com") {
    /* This code should keep working as long as Roblox doesn't change the order of things on the homepage*/
    #place-list > div > div > div:nth-child(2),
    #place-list > div > div > div.game-carousel.wide-game-tile-carousel.expand-home-content,
    #place-list > div > div > div:nth-child(4),
    #place-list > div > div > div:nth-child(7),
    #place-list > div > div > div:nth-child(8),
    #place-list > div > div > div:nth-child(3),
    #place-list > div > div > div:nth-child(9) {
        display: none;
    }
}

Reviews

No reviews yet.