Last active
December 11, 2023 02:42
-
-
Save hite/0b25fc43dea5a5b14af2cec6310ce903 to your computer and use it in GitHub Desktop.
本人在用的规则,其他人可以根据自己的情况修改
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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