Skip to content

[FIXED] roblox old sidebar icons by mirw3b

Details

Authormirw3b

LicenseNo License

Categoryroblox

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

fixed version of old roblox sidebar icons, credits goes to the original owner of this script.
what this does is it removes the "junk" icons..

Notes

This only touches the sidebar icons, what it does is it only removes some of the sidebar items by hiding them. thus making the sidebar similar to <2019 roblox website.

Source code

/* ==UserStyle==
@name           roblox old sidebar icons fixed
@namespace      USO Archive
@author         sdhsako, MiRw3b
@description    old sidebar icons for roblox fixed, original by sdhsako
@version        20240410
@license        NO-REDISTRIBUTION
@preprocessor   uso
==/UserStyle== */
@-moz-document domain("roblox.com") {
    .dark-theme .icon-default-navigation,
    .dark-theme .icon-nav-blog,
    .dark-theme .icon-nav-charactercustomizer,
    .dark-theme .icon-nav-friends,
    .dark-theme .icon-nav-giftcards,
    .dark-theme .icon-nav-group,
    .dark-theme .icon-nav-home,
    .dark-theme .icon-nav-inventory,
    .dark-theme .icon-nav-message,
    .dark-theme .icon-nav-my-feed,
    .dark-theme .icon-nav-profile,
    .dark-theme .icon-nav-robux,
    .dark-theme .icon-nav-search-white,
    .dark-theme .icon-nav-shop,
    #nav-giftcards {
        display: none!important;
    }
    #nav-shop {
        display: none!important;
    }
    #nav-premium {
        display: none!important;
    }
    #nav-events {
        display: none!important;
    }
}

Reviews

No reviews yet.