kheina-com / Blue-Blocker

Blocks all Twitter Blue verified users on twitter.com
Mozilla Public License 2.0
337 stars 28 forks source link

Blue Blocker does not block anyone! #188

Closed bitchtownusa closed 1 year ago

bitchtownusa commented 1 year ago

I am on Version 0.3.4 of BlueBlocker and Version 94.0.2 of Firefox. I have attached the error section from the Firefox console but let me know if you need any more info! image

kheina commented 1 year ago

so it looks like that error at the top (intermediate value).storage.local.onChanged is undefined is the error you're experiencing. this is because your firefox version is pretty far out of date, the onChanged listener was added in firefox 101 https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/StorageArea/onChanged

are you using ESR? what's your os?

bitchtownusa commented 1 year ago

I'm on Windows 11 and Firefox shows I am on the latest version. This is what it shows when I go into settings to update Firefox. image

bitchtownusa commented 1 year ago

Oh my god. I downloaded the Firefox installer and it updated finally and Blue Blocker works now. Thank you very much! Issue resolved.

kheina commented 1 year ago

haha glad I could help. I'll probably add a min version or something to avoid this in the future