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

showing notification of new message #70

Closed Tgentil closed 1 month ago

Tgentil commented 2 months ago

This PR allows users to see the number of new messages they have. Combined with the PR #69, it should resolve issue #68.

Tgentil commented 2 months ago

Before: before the PR

inconsistent blur, sometimes it blurs the notification number and other times it doesn't

After: After the changes

Never blur the number of message notifications

Selectors:

Old selector: Selector before

New selector:

New selector

Tgentil commented 2 months ago

@aryomuzakki thank you