comparison tweetdeck-fixes.user.js @ 112:684704b5adbf

Forgot style grant
author nanaya <me@nanaya.net>
date Sun, 15 Jan 2023 23:38:47 +0900
parents 055f5d084706
children 647ade033475
comparison
equal deleted inserted replaced
111:055f5d084706 112:684704b5adbf
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.0 4 // @version 1.0.1
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 none 8 // @grant GM_addStyle
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