Decluttered Outlook

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

目前为 2022-04-28 提交的版本。查看 最新版本

/* ==UserStyle==
@name           Decluttered Outlook
@version        1.0.5
@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/") {
/* Top ad banner */
div#app > div > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(3) > div > div > div > div:nth-child(3) > div > div > div > div > div > div:nth-child(1) {
    display: none !important;
}

/* "Upgrade" banner */
div#app > div > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(1) > div > div > div:nth-child(2) {
    display: none !important;
}
    
div#app > div > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(1) > div > div > div:nth-child(1) > div > div:nth-child(2) {
    display: none !important;
}
    
div#app > div > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(1) > div > div > div:nth-child(1) > div > div:nth-child(3) > div:nth-child(1) {
    display: none !important;
}
    
div#app > div > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div > div > div > div:nth-child(1) > div > div > div:nth-child(1) > div > div:nth-child(5){
    display: none !important;
}
}

QingJ © 2025

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