Mercurial > ec-userscripts
comparison tweetdeck-large-image.user.js @ 118:8de2d53a4cb1
Fix metadata
- fix download url
- unify spacing
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 15 Jan 2023 23:57:10 +0900 |
parents | d9dc190bccaf |
children |
comparison
equal
deleted
inserted
replaced
117:d9dc190bccaf | 118:8de2d53a4cb1 |
---|---|
1 // ==UserScript== | 1 // ==UserScript== |
2 // @name Tweetdeck large image | 2 // @name Tweetdeck large image |
3 // @namespace https://nanaya.net | 3 // @namespace https://nanaya.net |
4 // @version 2.0.9 | 4 // @version 2.0.9 |
5 // @description No more stupid link for images in tweetdeck | 5 // @description No more stupid link for images in tweetdeck |
6 // @author nanaya | 6 // @author nanaya |
7 // @match https://tweetdeck.twitter.com/* | 7 // @match https://tweetdeck.twitter.com/* |
8 // @grant none | 8 // @grant none |
9 // @downloadURL https://hg.nanaya.net/ec-userscripts/raw-file/tip/tweetdeck-large-image.user.js | 9 // @downloadURL https://hg.nanaya.net/ec-userscripts/raw-file/tip/tweetdeck-large-image.user.js |
10 // ==/UserScript== | 10 // ==/UserScript== |
11 | 11 |
12 'use strict'; | 12 'use strict'; |
13 | 13 |
14 const fix = function (link) { | 14 const fix = function (link) { |