9/21/2022, 4:55:02 PM
// ==UserScript==
// @name Remove Roblox App Banner
// @namespace Violentmonkey Scripts
// @match https://www.roblox.com/*
// @grant none
// @version 1.1
// @author -
// @description 9/21/2022, 4:55:02 PM
// @license MIT
// ==/UserScript==
document.getElementById("desktop-app-banner").remove()