Mercurial > ec-userscripts
comparison tweetdeck-large-image.user.js @ 82:86da34e62d29
Update url
author | nanaya <me@nanaya.pro> |
---|---|
date | Wed, 10 Mar 2021 17:56:31 +0900 |
parents | 5a3a269c5e6f |
children | 9c8cde985caf |
comparison
equal
deleted
inserted
replaced
81:e30cd7fbee42 | 82:86da34e62d29 |
---|---|
1 // ==UserScript== | 1 // ==UserScript== |
2 // @name Tweetdeck large image | 2 // @name Tweetdeck large image |
3 // @namespace https://myconan.net | 3 // @namespace https://myconan.net |
4 // @version 2.0.8 | 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.sr.ht/~nanaya/ec-userscripts/raw/tweetdeck-large-image.user.js?rev=tip | 9 // @downloadURL https://hg.myconan.net/ec-userscripts/raw-file/tip/tweetdeck-large-image.user.js |
10 // ==/UserScript== | 10 // ==/UserScript== |
11 | 11 |
12 ;(function () { | 12 ;(function () { |
13 'use strict' | 13 'use strict' |
14 | 14 |