changeset 4:59084566b064

(none)
author Edho Arief <me@myconan.net>
date Sun, 03 May 2015 06:36:02 +0000
parents 7687bbda0bb4
children de6281203374
files jiku-chu-direct-link.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/jiku-chu-direct-link.js	Sun May 03 04:23:06 2015 +0000
+++ b/jiku-chu-direct-link.js	Sun May 03 06:36:02 2015 +0000
@@ -10,7 +10,7 @@
 
 ;(function() {
   Array.prototype.forEach.call(
-    document.querySelectorAll(".title a, .photo a"),
+    document.querySelectorAll("a[onclick^=\"age_verification_submit('/products/detail.php?product_id=\"]"),
     function(el) {
       var
         productId = el.getAttribute("onclick").replace(/.*product_id=(\d+).*/, "$1"),