LukasLen / Privacy-Extension-For-WhatsApp-Web

Hides your WhatsApp messages until you hover over them.
https://pfwa.lukaslen.com
MIT License
118 stars 44 forks source link

won't blur when using /send path on URL #53

Closed ticmaisdev closed 4 months ago

ticmaisdev commented 4 months ago

Describe the bug

The following wouldn't trigger blur on WhatsApp Web:

https://web.whatsapp.com/send?phone=10000000000

Desktop (please complete the following information):

Additional context The extension works great when navigating on https://web.whatsapp.com. But appending a path to it seems to disable the extenstion behavior.

LukasLen commented 4 months ago

Hi, version 3.0.1 should fix this. Would you be so kind to check if this is the case?

ticmaisdev commented 4 months ago

It works and I'm thankful for that.

Although, there's 2 things I should note:

1 - you need to remove background.service_worker on Firefox build. I was unable to install, until I've removed it and used scripts: ["background.js"]; 2 - apparently, Firefox is now asking users if they want the extension work "when clicked" or "always". "when clicked" seems to be default behavior, which might cause some confusion and less versed people might think this extension is not working. I'm guessing this behaviour has something to do with manifest v3.

ps: right click on extension to understand what I've described on list item 2

LukasLen commented 4 months ago

Thanks for the valuable feedback, I will work on this.