From aa06d31fbe5cf51ad72aed1abc1d99a8b9a7477c Mon Sep 17 00:00:00 2001 From: anekos Date: Thu, 14 Jul 2011 05:15:24 +0900 Subject: ヒント対象追加(アルバム, 写真) --- google-plus-commando.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/google-plus-commando.js b/google-plus-commando.js index 7467107..8aac69b 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -261,7 +261,9 @@ let INFO = const ext = [ 'span[@role="button"]', 'div[@role="button"]', - 'div[@data-content-type]' + 'div[@data-content-type]', + 'img[contains(@class,"ea-g-Vc-pa")]', + 'div[contains(@class,"a-z-nb-A")]' ]; let xpath = options['hinttags'].split(/\s*\|\s*/).map(removeRoot).concat(ext); -- cgit v1.2.3