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

Updated to WhatsApp 2.2316.6 #38

Closed dmtrxw closed 1 year ago

dmtrxw commented 1 year ago

The current implementation's classes refer textInput and message bubbles as the same element, so the blur wasn't working.

I updated the classes for textInput and messages to treat them as a different element.

dmtrxw commented 1 year ago

Closed because breaking