Skip to content

Roblox - Hide Upgrade Button by MicroDoc0

Details

AuthorMicroDoc0

LicenseNo License

Categoryroblox.com/home

Created

Updated

Code size363 B

Code checksumddfb1afc

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the "Get Premium" button on Roblox home

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;
  }
}

Reviews

No reviews yet.