Mercurial > ec-userscripts
comparison mandarake-direct-link.user.js @ 73:521dda0a0b6f
Update update url
author | nanaya <me@nanaya.pro> |
---|---|
date | Fri, 03 Apr 2020 22:05:22 +0900 |
parents | 17c94a818088 |
children | 5a3a269c5e6f |
comparison
equal
deleted
inserted
replaced
72:17c94a818088 | 73:521dda0a0b6f |
---|---|
1 // ==UserScript== | 1 // ==UserScript== |
2 // @name mandarake direct link | 2 // @name mandarake direct link |
3 // @namespace https://myconan.net | 3 // @namespace https://myconan.net |
4 // @version 1.3.3 | 4 // @version 1.3.4 |
5 // @description Make proper link on mandarake pages | 5 // @description Make proper link on mandarake pages |
6 // @author nanaya | 6 // @author nanaya |
7 // @match https://order.mandarake.co.jp/* | 7 // @match https://order.mandarake.co.jp/* |
8 // @match http://order.mandarake.co.jp/* | 8 // @match http://order.mandarake.co.jp/* |
9 // @grant none | 9 // @grant none |
10 // @downloadURL https://bitbucket.org/nanayapro/ec-userscripts/raw/tip/mandarake-direct-link.user.js | 10 // @downloadURL https://hg.sr.ht/~nanaya/ec-userscripts/raw/default/mandarake-direct-link.user.js |
11 // ==/UserScript== | 11 // ==/UserScript== |
12 | 12 |
13 /* global $ */ | 13 /* global $ */ |
14 ;(function () { | 14 ;(function () { |
15 'use strict' | 15 'use strict' |