comparison pixiv-direct-external-link.user.js @ 73:521dda0a0b6f

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