温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

CSS怎么实现隐藏掉贴吧页面上的垃圾内容

发布时间:2022-03-01 17:38:05 来源:亿速云 阅读:103 作者:iii 栏目:web开发

这篇文章主要介绍“CSS怎么实现隐藏掉贴吧页面上的垃圾内容”的相关知识,小编通过实际案例向大家展示操作过程,操作方法简单快捷,实用性强,希望这篇“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
}

关于“CSS怎么实现隐藏掉贴吧页面上的垃圾内容”的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识,可以关注亿速云行业资讯频道,小编每天都会为大家更新不同的知识点。

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

css
AI