comparison tweetdeck-column-fix.user.js @ 77:5a3a269c5e6f

Update downloadurl
author nanaya <me@nanaya.pro>
date Wed, 08 Jul 2020 20:45:05 +0900
parents 78598a92e6fc
children 86da34e62d29
comparison
equal deleted inserted replaced
76:159d9b95a590 77:5a3a269c5e6f
1 // ==UserScript== 1 // ==UserScript==
2 // @name Tweetdeck column fix 2 // @name Tweetdeck column fix
3 // @namespace https://myconan.net 3 // @namespace https://myconan.net
4 // @version 1.0.0 4 // @version 1.0.1
5 // @description No weird column alignment 5 // @description No weird column alignment
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.sr.ht/~nanaya/ec-userscripts/raw/default/tweetdeck-column-fix.user.js 9 // @downloadURL https://hg.sr.ht/~nanaya/ec-userscripts/raw/tweetdeck-column-fix.user.js?rev=tip
10 // ==/UserScript== 10 // ==/UserScript==
11 11
12 /* global GM_addStyle */ 12 /* global GM_addStyle */
13 GM_addStyle(` 13 GM_addStyle(`
14 .app-columns { 14 .app-columns {