comparison tweetdeck-column-fix.user.js @ 82:86da34e62d29

Update url
author nanaya <me@nanaya.pro>
date Wed, 10 Mar 2021 17:56:31 +0900
parents 5a3a269c5e6f
children 2d9624e04134
comparison
equal deleted inserted replaced
81:e30cd7fbee42 82:86da34e62d29
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.1 4 // @version 1.0.2
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/tweetdeck-column-fix.user.js?rev=tip 9 // @downloadURL https://hg.myconan.net/ec-userscripts/raw-file/tip/tweetdeck-column-fix.user.js
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 {