comparison jiku-chu-direct-link.user.js @ 15:aa43130ad87f

(none)
author Edho Arief <me@myconan.net>
date Mon, 21 Sep 2015 06:38:09 +0000
parents 6415f831aa5a
children 4b13157ae3a1
comparison
equal deleted inserted replaced
14:6415f831aa5a 15:aa43130ad87f
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.3 4 // @version 2.4
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 // ==/UserScript== 10 // ==/UserScript==
10 11
11 ;(function() { 12 ;(function() {
12 Array.prototype.forEach.call( 13 Array.prototype.forEach.call(
13 document.querySelectorAll("a[onclick^=\"age_verification_submit('/products/detail.php?product_id=\"]"), 14 document.querySelectorAll("a[onclick^=\"age_verification_submit('/products/detail.php?product_id=\"]"),