Hide ads on outlook.live.com
Hide ads on outlook.live.com by horihiro
Details
Authorhorihiro
LicenseNo License
Categoryoutlook.live
Created
Updated
Size261 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.live.com
@version 20231016.08.55
@namespace ?
==/UserStyle== */
@-moz-document domain("outlook.live.com") {
div:has(>#OwaContainer), :has(>[data-app-section="NavigationPane"])>*:last-child {
display: none
}
}