simply Hide outlook ads
outlook.live.com - 1/20/2023, 12:15:07 PM by zxx-457
Details
Authorzxx-457
LicenseNo License
Categoryoutlook.live.com
Created
Updated
Size417 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 - 1/20/2023, 12:15:07 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("outlook.live.com") {
/* Insert code here... */
.GssDD {
display: none !important;
}
.zXLz3 > div:nth-child(1) {
display: none !important;
}
}