Fixing an annoying Whatsapp “feature”

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.

Total
14
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
ultimate-guide-to-enhancing-your-shopify-store’s-design:-2022

Ultimate Guide To Enhancing Your Shopify Store’s Design: 2022

Next Post
how-to-update-wp-user-billing-and-shipping-meta-via-wp-rest-api

How to update WP User Billing and Shipping Meta via WP Rest API

Related Posts