NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Asana
// @namespace https://app.asana.com/
// @description Asana slightly redesigned
// @include https://app.asana.com/*
// @version 1
// @grant GM_addStyle
// @license MIT
// ==/UserScript==
GM_addStyle('.TopbarPageHeaderStructure-leftElement, .TopbarContingentUpgradeLink, .topbarHelpMenuButton, .SidebarTopNavLinks, .SidebarFavoritesAndMore, .SidebarReports, .Sidebar-browseMoreTeams, .SidebarInvite, .Sidebar-invite, .SidebarTeamsList-addTeamLink { display:none !important; }');