Mercurial > ec-userscripts
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 108:2c4470b73ad9 | 109:ef21ef445fc6 |
|---|---|
| 1 // ==UserScript== | 1 // ==UserScript== |
| 2 // @name Tweetdeck column fix | 2 // @name Tweetdeck column fix |
| 3 // @namespace https://myconan.net | 3 // @namespace https://nanaya.net |
| 4 // @version 1.1.0 | 4 // @version 1.1.0 |
| 5 // @description No weird column alignment and color for scrollbar | 5 // @description No weird column alignment and color for scrollbar |
| 6 // @author nanaya | 6 // @author nanaya |
| 7 // @match https://tweetdeck.twitter.com/* | 7 // @match https://tweetdeck.twitter.com/* |
| 8 // @grant GM_addStyle | 8 // @grant GM_addStyle |
| 9 // @downloadURL https://hg.myconan.net/ec-userscripts/raw-file/tip/tweetdeck-column-fix.user.js | 9 // @downloadURL https://hg.nanaya.net/ec-userscripts/raw-file/tip/tweetdeck-column-fix.user.js |
| 10 // ==/UserScript== | 10 // ==/UserScript== |
| 11 | |
| 12 'use strict'; | |
| 11 | 13 |
| 12 /* global GM_addStyle */ | 14 /* global GM_addStyle */ |
| 13 GM_addStyle(` | 15 GM_addStyle(` |
| 14 .app-columns { | 16 .app-columns { |
| 15 display: flex; | 17 display: flex; |
