Decluttered Outlook

Removes all advertisement banners, favorites, groups und the header of folders.

当前为 2021-02-28 提交的版本,查看 最新版本

/* ==UserStyle==
@name           Decluttered Outlook
@version        1.0.0
@description    Removes all advertisement banners, favorites, groups und the header of folders.
@author         floriegl
@namespace https://gf.qytechs.cn/users/703184
==/UserStyle== */

@-moz-document url-prefix("https://outlook.live.com/mail/") {
/* Right-side ad banner */
div#app > div > div:nth-child(3) > div > div > div > div > div:nth-child(4) {
    display: none !important;
}
    
div#app > div > div:nth-child(3) > div > div > div > div > div:nth-child(5) {
    display: none !important;
}
    
div#app > div > div:nth-child(3) > div > div:nth-child(2) {
    display: none !important;
}

/* Bottom ad banner */
div#app > div > div:nth-child(3) > div > div > div > div:nth-child(2) {
    display: none !important;
}

/* "Upgrade" banner */
div#app > div > div:nth-child(3) > div > div > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
    display: none !important;
}
    
div[role="region"]  > div > div > div[role="menubar"] {
    display: none !important;
}
    
div#app > div > div:nth-child(3) > div > div > div > div > div > div:nth-child(2) > div > div > div > div:nth-child(2) {
    display: none !important;
}
    
div#app > div > div:nth-child(3) > div > div > div > div > div > div:nth-child(2) > div > div > div > div:nth-child(3) > div:nth-child(1) {
    display: none !important;
}
    
div#app > div > div:nth-child(3) > div > div > div > div > div > div:nth-child(2) > div > div > div > div:nth-child(4) {
    display: none !important;
}
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址