Mercurial > ec-userscripts
diff tweetdeck-column-fix.user.js @ 109:ef21ef445fc6
Cleanups
- wrap everything in function and call them last
- fix namespace and update url
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 15 Jan 2023 23:33:41 +0900 |
parents | 2c4470b73ad9 |
children |
line wrap: on
line diff
--- a/tweetdeck-column-fix.user.js Sun Jan 15 23:24:03 2023 +0900 +++ b/tweetdeck-column-fix.user.js Sun Jan 15 23:33:41 2023 +0900 @@ -1,14 +1,16 @@ // ==UserScript== // @name Tweetdeck column fix -// @namespace https://myconan.net +// @namespace https://nanaya.net // @version 1.1.0 // @description No weird column alignment and color for scrollbar // @author nanaya // @match https://tweetdeck.twitter.com/* // @grant GM_addStyle -// @downloadURL https://hg.myconan.net/ec-userscripts/raw-file/tip/tweetdeck-column-fix.user.js +// @downloadURL https://hg.nanaya.net/ec-userscripts/raw-file/tip/tweetdeck-column-fix.user.js // ==/UserScript== +'use strict'; + /* global GM_addStyle */ GM_addStyle(` .app-columns {