Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
my Stylish(for chrome) scripts
屏蔽Google+图片上的“More photos from 某人”按钮
Code:
.U0wakb.AaxmJ {
display: none !important;
}
Applies to:
URLs on the domain:
plus.google.com
屏蔽新浪博客悬浮按钮
Code:
.picShareFlt {
display: none !important;
}
.picShareQing {
display: none !important;
}
Applies to:
URLs on the domain:
blog.sina.com.cn
屏蔽Google黑又长上面的Play链接
Code:
#gbzc li:nth-child(5) {
display: none !important;
}
Applies to:
URLs on the domain:
google.com
屏蔽网易“找错”按钮
Code:
#btn_wrapper {
display: none !important;
}
Applies to:
URLs on the domain:
news.163.com
屏蔽腾讯新闻中转发到腾讯微博按钮
Code:
#tipsWBzf {
display: none !important;
}
Applies to:
URLs on the domain:
news.qq.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment