Skip to content

Instantly share code, notes, and snippets.

@scturtle
Created October 14, 2014 02:25
Show Gist options
  • Save scturtle/46f3caa849e3dd8f1ec0 to your computer and use it in GitHub Desktop.
Save scturtle/46f3caa849e3dd8f1ec0 to your computer and use it in GitHub Desktop.
weibo v6 fix
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.weibo.com") {
#v6_pl_content_publishertop {
display: none
}
#v6_pl_content_homefeed .WB_tab_a {
display: none
}
.PCD_mplayer {
display: none
}
ul.gn_nav_list {
display: none
}
.gn_position {
margin-left: 250px
}
[ node-type='feed_spread'] {
display: none
}
[ node-type='feed_list_shieldKeyword'] {
display: none
}
.WB_cardwrap [feedtype='ad'] {
display: none
}
div[ad-data] {
display: none
}
.WB_footer {
display: none
}
.WB_global_nav {
border-top: 0px !important;
background-color: rgba(255, 255, 255, 0.7) !important;
}
#home_new_feed_tip {
margin-top: -7px
}
/* #home_new_feed_tip {margin-top: 0px;} */
.WB_main_r {
display: none
}
.WB_main_c {
margin-left: 50px;
width: 750px !important;
}
.WB_left_nav .S_txt1, .WB_left_nav .S_ficon {
color: #666 !important;
}
.WB_frame {
background-color: #f2f2f2 !important;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
body {
background-color: #f2f2f2 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment