Last active
January 12, 2019 01:36
-
-
Save maboloshi/23eaf3aafcc8435e08de0416e139290b to your computer and use it in GitHub Desktop.
Inoreader Ads hide rules for uBlock
This file contains 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
inoreader.com##.ad_title | |
inoreader.com##.ad_footer_remove | |
inoreader.com##[id^="leaderboard_ad-"] | |
inoreader.com###all_gad_57994 | |
以下规则能够隐藏"AdBlock Detected"弹出框,但是快捷键会失效 | |
inoreader.com##[id$=_wrapper].inno_dialog_modal:not([id*=dialog]):not(#xconfirm_wrapper) | |
inoreader.com##[id$=_modal_overlay].inno_dialog_modal_overlay:not([id*=dialog]) | |
注意: | |
id^ 标示以识别符开头 | |
id$ 标示以识别符结尾 | |
id* 标示以识别符存在 | |
使用userJavaScript+Tampermonkey等脚本管理插件 可以屏蔽"AdBlock Detected"弹出框,方法不公布 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment