Make WhatsApp follow the system theme
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
if (localStorage.getItem("system-theme-mode") !== "true") {
|
||||
localStorage.setItem("system-theme-mode", "true");
|
||||
location.reload();
|
||||
}
|
||||
Reference in New Issue
Block a user