Andy-set-studio / mybrowser.fyi-project

Where the roadmap and issue tracker for https://mybrowser.fyi live
https://mybrowser.fyi
94 stars 2 forks source link

Add if an ad-blocker is enabled #23

Open cbotman opened 6 years ago

cbotman commented 6 years ago

Brief description of what went wrong

This isn't an issue, just a suggestion. It could be useful for the report to show if an ad-blocker plugin is enabled. For example, ad-blockers sometimes cause issues for users due a false positive where it blocks something that isn't an advert. Not sure how practical this is to implement. A lot of news websites seem to be able to detect when you have an ad-blocker though.

Cheers, Chris

Andy-set-studio commented 6 years ago

That's a great idea @cbotman. Ad blockers can cause havoc with front-end scripts!

Thank you, I'll add it to the roadmap.

svenluijten commented 6 years ago

Additionally, you could also check for Privacy Badger, which has broken multiple websites for me in the past.

Andy-set-studio commented 6 years ago

I think I might do something global and inject something that ad blockers will globally block on the page and query wether it's available or not :)