Skip to content

Instantly share code, notes, and snippets.

View glitterlip's full-sized avatar
🤣
I may be slow to respond.

glitter glitterlip

🤣
I may be slow to respond.
View GitHub Profile
chrome编写自定义插件屏蔽github搜索结果
chrome安装adblock ultimate这个插件 https://chrome.google.com/webstore/detail/adblocker-ultimate/ohahllgiabjaoigichmmfljhkcfikeof
规则例子 github.com##div[data-testid="results-list"] > div:-abp-has(a:-abp-contains(cirosantilli))
## 开始
div[data-testid="results-list"] div选择器
> div 子div
:-abp-has() 如果括号里的规则为true则匹配当前元素