Hides sidebar and "Upgrade to Microsoft 365" ads
Outlook Mail - NO ADS (live.com 2022) by mnt
Details
Authormnt
LicenseNo License
Categoryoutlook.live.com
Created
Updated
Size487 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 Outlook Mail - NO ADS (live.com 2022)
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Outlook Mail - NO ADS (live.com 2022)
@author manolito
==/UserStyle== */
@-moz-document url-prefix("https://outlook.live.com/mail") {
div[class*="pX_v1"], [class*="AdLink"],
.AK_my > :last-child,
.AK_my > div > div > div > :nth-child(2) {
display: none!important;
max-width: 0px!important;
}
}