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