aruniverse / adblock-detect-react

Provides utilities to check if ad block is enabled on a page via either a React hook or a wrapper component.
https://www.npmjs.com/package/adblock-detect-react
MIT License
60 stars 10 forks source link

detect uBlock Popup blocker #25

Closed redimongo closed 8 months ago

redimongo commented 1 year ago

We have just had one of our clients, say to us that they use uBlock and they tried to do a payment on our website, which requires a popup to launch and them to verify the card owner details with their bank (normally done via SMS or an Auth app)

However uBlock blocked the popup, which has now caused the customer grief.

Describe the solution you'd like We would like to be able to disable the submit button or/and display a banner saying please disable uBlock for this website. this one (https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm)

aruniverse commented 8 months ago

should be resolved with v1.2.0, #26