Hides the Voice Chat Upsell on the home page.
Hide "Unlock Voice Chat" Upsell by SammyGoesHowdy
Details
AuthorSammyGoesHowdy
LicenseNo License
Categoryroblox.com
Created
Updated
Size366 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Only applies to the home page.
Source code
/* ==UserStyle==
@name Hide "Unlock Voice Chat" Upsell
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hides the Voice Chat Upsell on the home page.
@author SammyGoesHowdy
==/UserStyle== */
@-moz-document url("https://www.roblox.com/home") {
.home-page-upsell-card-banner-container {
display: none;
}
}