Mercurial > ec-userscripts
comparison jiku-chu-direct-link.user.js @ 57:09f735548b2c
No more snippets
author | nanaya <me@nanaya.pro> |
---|---|
date | Fri, 20 Jul 2018 00:43:27 +0900 |
parents | e8517cc75a74 |
children | 960d452dea99 |
comparison
equal
deleted
inserted
replaced
56:e5377751525b | 57:09f735548b2c |
---|---|
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://bitbucket.org/!api/2.0/snippets/nanayapro/TK64/tip/files/jiku-chu-direct-link.user.js | 10 // @downloadURL https://bitbucket.org/nanayapro/ec-userscripts/raw/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=\"]"); |