Hides ads and useless features on Outlook.com mail
Clean up Outlook.com (hide ads etc) by swxxii
Details
Authorswxxii
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Clean up Outlook.com (hide ads etc)
@version 20220425.01.57
@namespace userstyles.world/user/swxxii
@description Hides ads and useless features on Outlook.com mail
@author swxxii
@license No License
==/UserStyle== */
@-moz-document domain("outlook.live.com") {
/* right hand side bar */
html > body > div:nth-of-type(3) > div > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div > div > div:nth-of-type(4) {
display: none;
}
/* bottom banner responsive */
html > body > div:nth-of-type(3) > div > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) {
display: none;
}
/* office 365 upsell */
html > body > div:nth-of-type(3) > div > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > div > div > div:nth-of-type(1) > div:nth-of-type(2) > div > div:nth-of-type(2) {
display: none;
}
/* hide dumb nav bar things */
#owaMeetNowButton_container,
#QrConnect_container,
#skype_container,
#owaHelpButton_container,
#owaWhatsNewBtn_container {
display: none;
}
/* hide dumb tool bar things */
button[name=Categorize],button[name=Snooze]{
display:none;
}
}