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 Twitter Auto Dark Mode | |
| // @version 1.0 | |
| // @author Risin42 | |
| // @license MIT | |
| // @description Auto switch Twitter dark mode based on system settings | |
| // @match *://x.com/* | |
| // @match *://twitter.com/* | |
| // @grant GM_getValue | |
| // @grant GM_setValue |