Mercurial > ec-userscripts
comparison tweetdeck-fixes.user.js @ 113:647ade033475
Backed out changeset 684704b5adbf
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 15 Jan 2023 23:43:37 +0900 |
parents | 684704b5adbf |
children | 817b62848b27 |
comparison
equal
deleted
inserted
replaced
112:684704b5adbf | 113:647ade033475 |
---|---|
1 // ==UserScript== | 1 // ==UserScript== |
2 // @name TweetDeck Fixes | 2 // @name TweetDeck Fixes |
3 // @namespace https://nanaya.net | 3 // @namespace https://nanaya.net |
4 // @version 1.0.1 | 4 // @version 1.0.0 |
5 // @description Fixes for TweetDeck | 5 // @description Fixes for TweetDeck |
6 // @author nanaya | 6 // @author nanaya |
7 // @match https://tweetdeck.twitter.com/* | 7 // @match https://tweetdeck.twitter.com/* |
8 // @grant GM_addStyle | 8 // @grant none |
9 // @downloadURL https://hg.nanaya.net/ec-userscripts/raw-file/tip/tweetdeck-fixes.user.js | 9 // @downloadURL https://hg.nanaya.net/ec-userscripts/raw-file/tip/tweetdeck-fixes.user.js |
10 // ==/UserScript== | 10 // ==/UserScript== |
11 | 11 |
12 'use strict'; | 12 'use strict'; |
13 | 13 |