Created
May 19, 2020 12:51
-
-
Save gabrielrbarbosa/eb44a72f189232bb2ff74e3d97ad91cd to your computer and use it in GitHub Desktop.
WhatsApp Web Dark Mode - Tampermonkey
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name WhatsApp Web Dark Mode | |
| // @namespace https://github.com/gabplay/ | |
| // @version 1.0 | |
| // @description Switch theme to dark mode in web.whatsapp.com | |
| // @author Gabplay | |
| // @match http://web.whatsapp.com/* | |
| // @match https://web.whatsapp.com/* | |
| // ==/UserScript== | |
| (function() { document.getElementsByTagName("body")[0].classList.add('dark'); })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Firefox 77.0b9 (64-bit), Tampermonkey 4.10.6112. The script is not recognized as Tampermonkey compatibled userscript.