Greasy Fork

Greasy Fork is available in English.

Moe背景/自定义图片+网页优化去广告(已优化:哔哩哔哩bilibili/百度搜索页baidu/萌绘moehui)

使用stylus加载css

当前为 2021-03-26 提交的版本,查看 最新版本

/* ==UserStyle==
@name           Moe背景/自定义图片+网页优化去广告(已优化:哔哩哔哩bilibili/百度搜索页baidu/萌绘moehui)
@namespace      helloworld.lol
@version        1.0.0
@description    使用stylus加载css
@author         ??
==/UserStyle== */

@-moz-document regexp(".*") {
body:before
  {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -100;
    background-image: url(https://i0.hdslb.com/bfs/album/a284e6269702e91c0e8c8302a96f961bcbaeb2b7.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    opacity: .2 /*暗图.2*/
    }

}

@-moz-document domain("baidu.com"){
    
    .FYB_RD, .se-ft-promlink, .c-line-clamp1{display: none}
    #head{background: rgba(0,0,0,0);}
    #form{background: rgba(255, 255, 255, .2);}
    #rs,#page-relative{opacity: .4}
    .bdsug{background: rgba(255, 255, 255, .8);}
    .wrapper_new .sam_newgrid~#page {background-color: rgba(0,0,0,0);}
    .wrapper_new #foot {background-color: rgba(0,0,0,0);}
    .wrapper_new #foot #help {background-color: rgba(0,0,0,0);}
    body .se-page-hd {background: rgba(0,0,0,0);}
    #page-bd, .se-head-tablink,.c-container, .se-page-controller .new-pagenav, .se-page-copyright, .se-page-ft {background: rgba(0,0,0,0);}
    .banner{opacity:0!important}
    .se-form{background: rgba(0,0,0,0)}
    
}


@-moz-document url("https://www.baidu.com/"){
    /*百度首页优化*/
    #s_wrap,#bottom_layer,.s-top-nav{display: none!important}
    #s_top_wrap{background: rgba(0,0,0,0);}
    #form{opacity:.5}
    #lg{opacity:0}}

@-moz-document domain("moehui.com"){
    body{background: rgba(0,0,0,0);}
    .sec-panel{background: rgba(0,0,0,0)!important}
    header{opacity:0.6}
    .post-loop-default .item:hover{background:transparent}
    }

@-moz-document domain("bilibili.com"){
    body, #app,.bb-comment,.mini-type{background: rgba(0,0,0,0)!important;}
    .textarea-container textarea{background-color: rgba(255,255,255,0.6)!important;}
    .main-container .ep-list-wrapper,#danmukuBox{opacity:0.6}
    #right-bottom-banner,.ad-report,#reportFirst2,#live_recommand_report{display: none!important;}
    .bili-avatar-pendent,.b-danmaku-high-icon,.bilibili-player-dm-tip-wrap{display: none!important;}
    #page-index .col-1,.col-full{background:transparent}
    .card[data-v-2dbadba2],.feed-title[data-v-87ed4514],#page-dynamic .col-2 .section{background-color: rgba(255,255,255,0.6)}
    #page-index .col-2{opacity:0.6}
    .n .n-inner{background-color: rgba(255,255,255,0.7)}
    /*个人动态页*/
    .fixed-bg{background-image:none!important}
    .left-panel,.right-panel{opacity:0.8}
    .center-panel{opacity:0.9}
    /*.bilibili-player-video-bottom-area,.bilibili-player-video-sendbar{opacity:0.8;background:rgba(155, 77, 228, 01)}*/

    }