Mercurial > ec-userscripts
comparison jiku-chu-direct-link.user.js @ 35:32a213717e6a
Update update url
author | nanaya <me@nanaya.pro> |
---|---|
date | Sat, 20 May 2017 06:55:13 +0900 |
parents | 28505554a8b9 |
children | 2e1cae72a63e |
comparison
equal
deleted
inserted
replaced
34:a1518aba03fa | 35:32a213717e6a |
---|---|
4 // @version 2.5.1 | 4 // @version 2.5.1 |
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 // @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/nanayapro/TK64/tip/files/jiku-chu-direct-link.user.js |
10 // ==/UserScript== | 10 // ==/UserScript== |
11 | 11 |
12 ;(function() { | 12 ;(function() { |
13 "use strict"; | 13 "use strict"; |
14 var links = document.querySelectorAll("a[onclick^=\"age_verification_submit('/products/detail.php?product_id=\"]") | 14 var links = document.querySelectorAll("a[onclick^=\"age_verification_submit('/products/detail.php?product_id=\"]") |