Greasy Fork

Greasy Fork is available in English.

清爽贴吧

去多余元素 + 主贴页面加宽 + 吧头像调整

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

/* ==UserStyle==
@name         清爽贴吧
@version      20230217.13.34
@namespace    userstyles.world/user/happiness
@description  去多余元素 + 主贴页面加宽 + 吧头像调整
@author       happiness
@license      No License
==/UserStyle== */

@-moz-document domain("tieba.baidu.com"), domain("v.tieba.com"), domain("www.tieba.com") {
    #plat_recom_carousel {
		display: none;
    }
    .post_bubble_middle {
        background: unset !important;
    }
    /* for phone */
    .father-cut-daoliu-normal-box,
    .father-cut-recommend-normal-box,
    .j_pb_footer {
        display: none;
    }
    .class_hide_flag {
        display: unset;
    }
    .father-cut-pager-class-no-page > #list_pager {
        visibility: visible !important;
        height: unset;
    }
    .p_author_face.j_frame_guide {
        background: none !important;
    }
    .p_forbidden_tip + div {
        display: inline !important;
    }
    .p_forbidden_tip {
        display: none;
    }
    .threadlist_bright .threadlist_author .sign_highlight,
    .threadlist_bright .threadlist_author .sign_highlight:hover {
        color: unset;
    }
    .save_face_bg,
    .creativeplatform-wrap-word-repost-btn,
    #celebrity,
    .d_icons,
    .sign_tip_container,
    #userinfo_wrap .userinfo_right,
    .share_btn_wrapper,
    .post_bubble_top,
    .post_bubble_bottom,
    .d_nameplate,
    .showlist_wap,
    .post-foot-send-gift-container,
    .u_wallet,
    .split,
    .u_app,
    .u_tbmall,
    .u_tshow,
    .achievement_medal,
    .tbui_aside_float_bar {
        display: none;
    }
    /* 悦图 */
    .see-image-btn,
    .see-image-btn:hover {
        background-image: none;
        padding-left: 14px;
    }
    /*吧头像*/
    .card_head {
        padding: 0 !important;
        margin: 0 !important;
        margin-bottom: 4px !important;
        height: 89px !important;
        width: 89px !important;
    }
    .card_head img {
        width: 100% !important;
        height: 100% !important;
    }
    .icon-member-top,
    [id="pagelet_encourage-celebrity/pagelet/celebrity"],
    [id="pagelet_frs-aside/pagelet/search_back"],
    [id="pagelet_frs-aside/pagelet/hottopic"],
    [class*="app_download"],
    .u_member,
    .icon_wrap,
    .user_score,
    .right_section.right_bright {
        display: none !important;
    }
    .core_title_wrap_bright,
    .left_section {
        width: 980px;
    }
    .l_post {
        width: 980px;
    }
    .d_post_content_main {
        width: 829px;
        border-right: solid 0.633333px rgb(229, 229, 229);
    }

    .j_lzl_container {
        width: 99.9% !important;
    }
    .edui-container,
    #j_editor_for_container {
        width: 100% !important;
    }
    .lzl_panel_wrapper {
        float: right;
    }
}

@-moz-document url-prefix("http://tieba.baidu.com/f"), url-prefix("https://tieba.baidu.com/f") {
.icon_tbworld,
    .icon-vip3-16 {
        background-image: url("https://tb2.bdstatic.com/tb/img/thread_list_z_eca48fe.png");
        background-position: -30px -60px;
    }
    .member_thread_title_frs a {
        color: rgb(45, 100, 179) !important;
    }

    /* 以下一小部分是为了吧头像旁的空白作修正 */
    .card_head {
        height: 89px !important;
        width: 89px !important;
    }
    .card_top > *:not([class="card_head"]):not([class="card_info"]) {
        margin-left: -100px;
    }
}

@-moz-document url-prefix("http://tieba.baidu.com/p"), url-prefix("https://tieba.baidu.com/p") {
.icon-vip3-16,
    .icon_tbworld {
        display: none;
    }
    a.at {
        color: #2d64b3 !important;
    }
}