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 X Home Default to Following | |
| // @namespace vm.x.following.default | |
| // @version 1.1.0 | |
| // @description On X home, automatically switch to the "Following" tab instead of "For you". | |
| // @match https://x.com/home | |
| // @match https://x.com/home* | |
| // @match https://twitter.com/home | |
| // @match https://twitter.com/home* | |
| // @run-at document-idle |