Mercurial > ec-userscripts
comparison twitter-default-following-tab.user.js @ 123:87442313317d
Apparently tampermonkey requires run-at ?_?
author | nanaya <me@nanaya.net> |
---|---|
date | Sat, 21 Jan 2023 02:00:59 +0900 |
parents | 34eca18d4cbd |
children | 6d280338e113 |
comparison
equal
deleted
inserted
replaced
122:34eca18d4cbd | 123:87442313317d |
---|---|
2 // @name twitter default following tab | 2 // @name twitter default following tab |
3 // @namespace https://nanaya.net | 3 // @namespace https://nanaya.net |
4 // @match https://twitter.com/home | 4 // @match https://twitter.com/home |
5 // @match https://mobile.twitter.com/home | 5 // @match https://mobile.twitter.com/home |
6 // @grant none | 6 // @grant none |
7 // @version 1.0.0 | 7 // @run-at document-end |
8 // @version 1.0.1 | |
8 // @author nanaya | 9 // @author nanaya |
9 // @description Always select Following tab on first load | 10 // @description Always select Following tab on first load |
10 // @downloadURL https://hg.nanaya.net/ec-userscripts/raw-file/tip/twitter-default-following-tab.user.js | 11 // @downloadURL https://hg.nanaya.net/ec-userscripts/raw-file/tip/twitter-default-following-tab.user.js |
11 // ==/UserScript== | 12 // ==/UserScript== |
12 | 13 |