comparison tweetdeck-large-image.user.js @ 26:6ff29abe127d

(none)
author Edho Arief <me@myconan.net>
date Tue, 17 Nov 2015 11:08:59 +0000
parents 06d7972287c1
children aa50069d6371
comparison
equal deleted inserted replaced
25:06d7972287c1 26:6ff29abe127d
4 // @version 1.0.0 4 // @version 1.0.0
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://bitbucket.org/!api/2.0/snippets/nanaya1/TK64/tip/files/jiku-chu-direct-link.user.js 9 // @downloadURL https://bitbucket.org/!api/2.0/snippets/nanaya1/TK64/tip/files/tweetdeck-large-image.user.js
10 // ==/UserScript== 10 // ==/UserScript==
11 11
12 ;(function() { 12 ;(function() {
13 var $ = jQuery; 13 var $ = jQuery;
14 14