Skip to content

Instantly share code, notes, and snippets.

@Quotation
Last active August 29, 2015 14:07
Show Gist options
  • Save Quotation/87db31bf4f256a7e4014 to your computer and use it in GitHub Desktop.
Save Quotation/87db31bf4f256a7e4014 to your computer and use it in GitHub Desktop.
新浪微博 V6 自定义 CSS
.WB_cardwrap {
margin-bottom: 0;
}
.WB_tab_a {
margin-bottom: 0;
}
.send_weibo {
margin-bottom: 0;
}
.PCD_mplayer {
display: none;
}
.WB_main_r {
display: none;
}
.M_sc_tips {
display: none;
}
#v6_pl_ad_bottomtip {
display: none;
}
.WB_frame_bottom {
height: 20px;
}
.WB_row_line li {
height: 24px;
}
.WB_row_line .line {
margin-top: 0;
}
.WB_notes {
margin-top: -7px;
}
@Quotation
Copy link
Author

修改新浪微博网页版V6的样式:简化卡片显示,去右侧边栏,去音乐按钮,去广告。
用于Chrome + Stylebot插件。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment