Hides the "Get Premium" button on Roblox home
Roblox - Hide Upgrade Button by MicroDoc0
Details
AuthorMicroDoc0
LicenseNo License
Categoryroblox.com/home
Created
Updated
Size363 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 Roblox - Hide Upgrade Button
@namespace github.com/openstyles/stylus
@version 1.0.2
@description Hides the "Get Premium" button on Roblox home
@author Me
==/UserStyle== */
/* Target the Roblox home page */
/* Target all Roblox pages */
@-moz-document domain("roblox.com") {
li.rbx-upgrade-now {
display: none;
}
}