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

AdBlock is enabled even without any AdBlocker installed (and vice-versa) #45

Open
Faksprod opened this issue Sep 9, 2021 · 5 comments

Comments

@Faksprod
Copy link

Faksprod commented Sep 9, 2021

Hello,
When trying this link https://fuckadblock.sitexw.fr/blockadblock/ (3.2.1):
-> AdBlock is always detected as enabled even without any AdBlocker installed or turned OFF.

When trying this link https://fuckadblock.sitexw.fr/ (3.2.1):
-> AdBlock is always detected as disabled with AdBlocker installed and turned ON.

Tried with last versions of Chrome, Safari and Firefox.
Any suggestions?

Thanks.

@ibrahimmd
Copy link

looks like the sha256 defined at https://fuckadblock.sitexw.fr/blockadblock/ is wrong

@Faksprod
Copy link
Author

Thanks for your help @ibrahimmd. Can you be more precise? Suggestions about how to fix it?

@ibrahimmd
Copy link

you can download the html for https://fuckadblock.sitexw.fr/blockadblock/ and change:

importFAB.integrity = 'sha256-xjwKUY/NgkPjZZBOtOxRYtK20GaqTwUCf7WYCJ1z69w=';

to:

importFAB.integrity = 'sha256-3zU5Lr4nIt3K/BgGOQMduajtZcPV9elIM/23RDXRp3o=';

and then try to run the modified html on the browser locally. it should work, at least it's working for me.

@Faksprod
Copy link
Author

Faksprod commented Sep 16, 2021

Thanks for your help 🙏 Unfortunately changing integrity key value doesn't change anything...
BlockAdBlock doesn't detect any AdBlock plugin. And I have 2 AbBlock plugin enable on the page...

@BlackTiger63
Copy link

Sorry to bump an old thread, but I can confirm the detection is not working correctly. I had it on my forums working flawlessly.
But it seems the code, even on the homepage of Fuckadblock doesn't detect anything anymore. It just says adblock is enabled while it's not. Even on your own site.

Now I also just changed the SHA code as suggested and now the blocker windows does popup but.... it pops up no matter if the adblocker is enabled or not.

Just like op your homepage where it keeps saying "enabled" while no adblocker present/active.
So you can verify it on your own site too.

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

3 participants