Skip to content

Instantly share code, notes, and snippets.

@scturtle
Last active October 10, 2015 04:57
Show Gist options
  • Save scturtle/3637052 to your computer and use it in GitHub Desktop.
Save scturtle/3637052 to your computer and use it in GitHub Desktop.
clean weibo
@-moz-document domain('weibo.com') {
a[title=赞],a[title=让红包飞],i[title=微博达人],a[title=微博会员]{
display:none !important;
}
.WB_handle i:nth-child(2){
display:none !important;
}
span.hover {
display:none !important;
}
/* top nav */
.gn_title {
display:none !important;
}
.gn_search{
margin-left: 500px !important;
}
/* bg */
.W_miniblog {
background-image: none !important;
}
/* input */
div.send_weibo{
display:none !important;
}
div.input{
margin-left: -10000px !important;
margin-right: 10000px !important;
}
/* float */
a.W_gotop {
display:none !important;
}
/* left */
div#pl_leftnav_app,
div#pl_leftNav_game {
display:none;
}
/* top ads */
div.tips_player, div.key{
display:none;
}
/* bottom ads */
div.global_footer, div[ad-data]{
display:none;
}
/* right */
div.W_main_r div:not(:nth-child(2)){
display:none;
}
div#trustPagelet_mblog_hotmblog{
display:none;
}
div#pl_profile_hisGiftBox,
div#pl_profile_giftBox,
div#trustPagelet_profile_openApplist,
div#pl_profile_modulealbum,
div#pl_profile_appWidget{
display:none;
}
/* width */
div#pl_rightmod_myinfo{
width: 150px !important;
}
/*评论举报 */
dd div.info em.hover{
display:none;
}
/*small items*/
div.pf_info_right, div.pf_badge_icon{
display:none !important;
}
div.icon_bed a:not(.S_link1){
display:none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment