Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uBlock Origin not being detected #5

Open
diogomend opened this issue Dec 4, 2020 · 5 comments
Open

uBlock Origin not being detected #5

diogomend opened this issue Dec 4, 2020 · 5 comments

Comments

@diogomend
Copy link

diogomend commented Dec 4, 2020

Testing now with Chrome uBlock Origin and not being detected
Works with AdBlock. Example in vue as follows:

import { detectAnyAdblocker, isDetected } from 'just-detect-adblock';

...

setup() {
    const adBlock = ref(false);
    onMounted(async () => {
      adBlock.value = await isAdBlockDetected(); // false for uBlock Origin
    });
@svankireddy-cartera
Copy link

Same, ublock not detected @diogomend were you able to resolve this?

@pmbuban
Copy link

pmbuban commented Feb 11, 2021

Any ideas of when a fix would be coming @wmcmurray? This seems to be the best option available but I'm also having an issue with ublock.

@abdelbolanos-cbc
Copy link

I have the same issue. Still looking for a way to detect uBlock Origin. It will be nice if in their UBlock repo allow to ask that question.

@matt7570
Copy link

Same for me, and I thought I didn't implement the code correctly.

@vesper8
Copy link

vesper8 commented May 27, 2021

The project this was copied from no longer detects uBlock either so it's expected that this project will suffer from the same problem. This is a game of cat and mouse and uBlock is simply winning that race at the moment. This is probably not a simple fix at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants