jspenguin2017 / uBlockProtector

An anti-adblock defuser for Nano Adblocker and uBlock Origin
GNU General Public License v3.0
741 stars 83 forks source link

[feature] console messages #1098

Closed zdm closed 4 years ago

zdm commented 4 years ago

Hi. Thank you for a great product. I am developer and constantly use browser console in my work. It is really annoying to see nano messages there million times per day. Could you please add an option to turn them off?

jspenguin2017 commented 4 years ago

https://jspenguin2017.github.io/uBlockProtector/#common-questions-and-issues

zdm commented 4 years ago

I can enable it if I will have issues.

On 02.01.2020 19:51, Hugo Xu wrote:

https://jspenguin2017.github.io/uBlockProtector/#common-questions-and-issues

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jspenguin2017/uBlockProtector/issues/1098?email_source=notifications&email_token=AAH2MSCSHN7MIUIFTBTFBR3Q3YSSRA5CNFSM4KCBR5EKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH656RA#issuecomment-570285892, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH2MSCD4TEKDBR6XAIEEHDQ3YSSRANCNFSM4KCBR5EA.

jspenguin2017 commented 4 years ago

It's not possible to implement with current extension APIs of Chromium-based browsers. You'll have to fork.

zdm commented 4 years ago

Maybe you can remove console logs for domains, where ad blocker is disabled?

jspenguin2017 commented 4 years ago

As I said before, it's not possible to configure content scripts dynamically with current extension APIs of Chromium-based browsers.