Skip to content

贴吧简化 by iiijam

Screenshot of 贴吧简化

Details

Authoriiijam

LicenseMIT

Categorytieba.baidu.com, tieba, 百度贴吧, 贴吧

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

优化贴吧界面,去除无用信息,加宽版面

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         贴吧简化
@version      20220401.11.37
@namespace    userstyles.world/user/iiijam
@description  优化贴吧界面,去除无用信息,加宽版面
@author       iiijam
@license      MIT
==/UserStyle== */

@-moz-document url-prefix("https://tieba.baidu.com/") {
/*Posts*/
.core_title_wrap_bright
{
	width: 980px;
}

.d_post_content_main
{
	float: right;
	width: 828px;
}

.l_post_bright
{
	width: 979px;
}


/*CommentBar*/
.core_reply_content
{
	padding: 4px 15px 14px;
	width: 783px;
}

.core_reply_wrapper
{
	width: 813px;
}

.tb_rich_poster .poster_body .old_style_wrapper
{
	width: 815px;
}

.l_post_bright .core_reply_wrapper
{
	width: 815px;
}
}

@-moz-document url-prefix("https://tieba.baidu.com/") {
/*BARIndex*/
.card_banner
{
	display: none;
}

.card_top_theme .card_top
{
	padding-left: 100px;
}

.card_top_theme .card_head,
.card_top_theme .card_head_img
{
	width: 55px;
	height: 55px;
}

.interview
{
	display: none
}

}

@-moz-document url-prefix("https://tieba.baidu.com/") {
/*UselessButton*/
.right_section {
    display: none;
}
.tbui_fbar_props.tbui_aside_fbar_button, .tbui_fbar_tsukkomi.tbui_aside_fbar_button, .tbui_fbar_auxiliaryCare.tbui_aside_fbar_button{
	display: none
}
.d_author .d_pb_icons {
    display: none;
}
.j_surveillance.poster_head_surveillance, .j_tbnav_tab.more-config-navtab{
	display: none;
}
}

@-moz-document url-prefix("https://tieba.baidu.com/") {
/*index*/
.forum_recommend {
	display: none
}
.aggregate_entrance_wrap{display: none}
#spage_game_tab_wrapper{display: none}
}

Reviews

No reviews yet.