百度贴吧-更宽

在宽版的基础上变得更宽

질문, 리뷰하거나, 이 스크립트를 신고하세요.
/* ==UserStyle==
@name        百度贴吧-更宽
@description 在宽版的基础上变得更宽
@version     0.1.1
@namespace   AN drew
@license     MIT
@advanced text indexIncrease "帖子列表-宽度增量" "300"
@advanced text postIncrease "帖子内容-宽度增量" "500"
==/UserStyle== */



@-moz-document domain("tieba.baidu.com") {
:root{
    --imgWidth:810px;
    --indexWidth:980px;
    --postWidth:979px;
    --successLeft:334px;
    --indexIncrease: /*[[indexIncrease]]*/;
    --postIncrease: /*[[postIncrease]]*/;
}
}

@-moz-document url-prefix("https://tieba.baidu.com/f") {
.head_main .head_middle, .head_main .head_content{width:calc(var(--indexWidth) + var(--indexIncrease) * 1px + 2px)}
.content, .foot{width:calc(var(--indexWidth) + var(--indexIncrease) * 1px)}
.frs_content_footer_pagelet{width:calc(var(--indexWidth) + var(--indexIncrease) * 1px)}
.tb_rich_poster_container{width:calc(var(--indexWidth) + var(--indexIncrease) * 1px)}
.tbui_aside_float_bar{left:calc((0.5015 * var(--indexIncrease) + 953.14) * 1px) !important}
}

@-moz-document url-prefix("https://tieba.baidu.com/p/") {
.l_container{width:calc(var(--postWidth) + var(--postIncrease) * 1px + 1px)}
.content{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 1px)}
.pb_bright_share{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 1px)}
.tb_rich_poster_container{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 1px)}
.pb_footer{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 1px)}
.nav_wrap_add_border{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 1px)}
.thread_theme_5{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 1px)}
.pb_content{width:calc(var(--postWidth) + var(--postIncrease) * 1px)}
.left_section{width:calc(var(--postWidth) + var(--postIncrease) * 1px) !important}
.core_title_wrap_bright{width:calc(var(--postWidth) + var(--postIncrease) * 1px) !important}
.p_postlist{width:calc(var(--postWidth) + var(--postIncrease) * 1px) !important}
.l_post_bright{width:calc(var(--postWidth) + var(--postIncrease) * 1px) !important}
.l_post_bright .d_post_content_main{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 153px) !important}
.l_post_bright .d_post_content_main .p_content{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 173px) !important}
.p_content img.BDE_Image.origin{max-width:calc(var(--imgWidth) + var(--postIncrease) * 1px) !important}
.replace_div{max-width:calc(var(--imgWidth) + var(--postIncrease) * 1px) !important;
        width:calc(var(--imgWidth) + var(--postIncrease) * 1px) !important;}
.thread_theme_7{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 1px) !important}
.tb_rich_poster .poster_success{left:calc(var(--successLeft) + var(--postIncrease) * 1px / 2) !important}
.tbui_aside_float_bar{left:calc((0.499 * var(--postIncrease) + 951.39) * 1px) !important}
}