Skip to content

Instantly share code, notes, and snippets.

@hite
Last active December 11, 2023 02:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hite/0b25fc43dea5a5b14af2cec6310ce903 to your computer and use it in GitHub Desktop.
Save hite/0b25fc43dea5a5b14af2cec6310ce903 to your computer and use it in GitHub Desktop.
本人在用的规则,其他人可以根据自己的情况修改
{
"zhuanlan.zhihu.com": [
{
"type": "autoClick",
"data": ".Modal-closeButton"
}
],
"blog.csdn.net": [
{
"type": "autoHide",
"data": ".passport-login-container"
},
{
"type": "insertCSS",
"data": ".passport-container-mini {display: none !important;} #content_views pre code{user-select: text !important;} #content_views pre{ user-select: text !important;}"
}
],
"www.jianshu.com/go-wild*": [
{
"type": "autoClick",
"data": ":contains('继续前往')"
}
],
"link.zhihu.com/":[
{
"type": "autoClick",
"data": ".content .link"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment