dark-whatsapp
dark-whatsapp copied to clipboard
Add option to remove 'Update Available' popup?
Would be great if there was a way to remove this with the theme:
I no longer use WA, so this is not something that I can implement. Moreover, catching a unique selector for that state is very hard; I managed to do it a couple of times during all these years of maintaining DWA. It's a randomly generated one, too, so it would likely break quite often.
If I remember, I'll try and grab it the next time I see it... but that is unlikely.
Finally grabbed the class for that span (through beta in Ferdi anyways): document.getElementsByClassName("_3z9_h")[0].style.display="none"
works. If I have time i'll try and figure out how to put it in the style.
Finally grabbed the class for that span (through beta in Ferdi anyways):
document.getElementsByClassName("_3z9_h")[0].style.display="none"
works. If I have time i'll try and figure out how to put it in the style.
Awesome, thank you!
There's an update and a solution to this issue in #199. With the availability of :has() pseudo-class, the fix is pretty trivial.