This style removes the desktop app banner on the top.
Roblox Remove Desktop App Banner by playervalley
Details
Authorplayervalley
LicenseNo License
Categoryroblox
Created
Updated
Size384 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 Remove Desktop App Banner
@version 20220914
@namespace userstyles.world/user/playervalley
@description This style removes the desktop app banner on the top.
@author playervalley
@license No License
==/UserStyle== */
@-moz-document domain("roblox.com") {
#desktop-app-banner > .banner-container { display: none !important; }
}