Mercurial > ec-userscripts
comparison jiku-chu-direct-link.user.js @ 82:86da34e62d29
Update url
author | nanaya <me@nanaya.pro> |
---|---|
date | Wed, 10 Mar 2021 17:56:31 +0900 |
parents | 5a3a269c5e6f |
children | 2c4470b73ad9 |
comparison
equal
deleted
inserted
replaced
81:e30cd7fbee42 | 82:86da34e62d29 |
---|---|
1 // ==UserScript== | 1 // ==UserScript== |
2 // @name Jiku-Chu direct link | 2 // @name Jiku-Chu direct link |
3 // @namespace https://myconan.net | 3 // @namespace https://myconan.net |
4 // @version 2.5.5 | 4 // @version 2.5.6 |
5 // @description Make proper link on Jiku-Chu pages | 5 // @description Make proper link on Jiku-Chu pages |
6 // @author nanaya | 6 // @author nanaya |
7 // @match http://www.jiku-chu.com/* | 7 // @match http://www.jiku-chu.com/* |
8 // @match https://www.jiku-chu.com/* | 8 // @match https://www.jiku-chu.com/* |
9 // @grant none | 9 // @grant none |
10 // @downloadURL https://hg.sr.ht/~nanaya/ec-userscripts/raw/jiku-chu-direct-link.user.js?rev=tip | 10 // @downloadURL https://hg.myconan.net/ec-userscripts/raw-file/tip/jiku-chu-direct-link.user.js |
11 // ==/UserScript== | 11 // ==/UserScript== |
12 | 12 |
13 ;(function () { | 13 ;(function () { |
14 'use strict' | 14 'use strict' |
15 const links = document.querySelectorAll("a[onclick^=\"age_verification_submit('/products/detail.php?product_id=\"]") | 15 const links = document.querySelectorAll("a[onclick^=\"age_verification_submit('/products/detail.php?product_id=\"]") |