# HG changeset patch # User Edho Arief # Date 1430634962 0 # Node ID 59084566b064a7ba970738013e1d24e241d70baf # Parent 7687bbda0bb4fadab2ff3c9c09de005abe506df6 diff -r 7687bbda0bb4 -r 59084566b064 jiku-chu-direct-link.js --- 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"),