Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 16, 2022 10:12 pm GMT

Fixing an annoying Whatsapp "feature"

This is a short post. Whatsapp had the archived chat feature for a while, I started finding it at a point since I would keep track of the number:
archived count

Well, I thought maybe I could write a script, perhaps an extension to hide it, since well, I was able to do as much with devtools by inspecting and adding display:none.

It's janky but it works, I mean all it needs to do is upon the page load, get the element of the div with the number by classname, and add the style display:none.

Seems pointless, but well it was fun little thing to find I could do.
Here's how it looks after it:

No archived count

Here's the script,

chrome

firefox

P.S. Haven't documented adding it, probably cause I've been the only one using it.


Original Link: https://dev.to/sarcxd/fixing-an-annoying-whatsapp-feature-3nlp

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To