浏览器扩展程序来添加CSS样式实现百度贴吧清爽界面

通过CSS隐藏掉页面上的垃圾内容,可以用浏览器扩展程序来添加。


复制代码
代码如下:

#game_frs_head, .head_bright, .card_banner, .card_head, .nav_wrap, #j_ten_years, .fifa_card_title, .fifa_card, .fifa_card_foottips, .sign_title_text_bright, .pb_np_get, .game_tab, .game_content, #tbmall_score_region, .profile_right.user_score, .profile_right.user_tbmall, .lot_wrap, #aside_ad, #game_rank, #j_worldcup_info_banner, #aside_album_good, .u_tshow, .u_tbmall, .u_menu_app, .u_baiduPrivilege, .u_appcenterEntrance, .u_joinvip, #com_userbar .split, .spreadad, .BAIDU_CLB_AD, .tbui_fbar_lab, .tbui_fbar_square, .tbui_fbar_share, #encourage_entry, .guidance_fc, #pb_adbanner, #search_button_wrapper {
display: none;
}

.card_top_wrap {
padding-left: 2em;
}

.tbui_aside_float_bar {
bottom: 20px;
}

#com_userbar {
background: #fff;
}

.skin_normal .wrap2 {
background: none;
}

.card_top {
padding-left: 0;
}

.card_top_right {
margin-right: 238px;
}

#thread_list>li:not(.j_thread_list) {
display: none
}

以上所述就是本文给大家分享的小技巧了,不适合新手使用哦,希望大家能够喜欢。