Mercurial > ec-userscripts
changeset 126:bf1f7164fd4f
Add more matches so fake redirects work
author | nanaya <me@nanaya.net> |
---|---|
date | Sat, 21 Jan 2023 02:30:07 +0900 |
parents | 31b1ab00cc7a |
children | a701294f38ff |
files | twitter-default-following-tab.user.js |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/twitter-default-following-tab.user.js Sat Jan 21 02:15:02 2023 +0900 +++ b/twitter-default-following-tab.user.js Sat Jan 21 02:30:07 2023 +0900 @@ -1,11 +1,13 @@ // ==UserScript== // @name twitter default following tab // @namespace https://nanaya.net +// @match https://mobile.twitter.com/ +// @match https://mobile.twitter.com/home +// @match https://twitter.com/ // @match https://twitter.com/home -// @match https://mobile.twitter.com/home // @grant none // @run-at document-end -// @version 1.0.2 +// @version 1.0.3 // @author nanaya // @description Always select Following tab on first load // @downloadURL https://hg.nanaya.net/ec-userscripts/raw-file/tip/twitter-default-following-tab.user.js