diff options
author | anekos | 2011-07-14 05:15:24 +0900 |
---|---|---|
committer | anekos | 2011-07-14 05:15:54 +0900 |
commit | aa06d31fbe5cf51ad72aed1abc1d99a8b9a7477c (patch) | |
tree | 3b5052dc615b33e2de4845056db1f14a1ab12d52 | |
parent | 6da9d734e78ef40011ee2cdde66d14cea78051b3 (diff) | |
download | vimperator-plugins-aa06d31fbe5cf51ad72aed1abc1d99a8b9a7477c.tar.bz2 |
ヒント対象追加(アルバム, 写真)
-rw-r--r-- | google-plus-commando.js | 4 |
1 files changed, 3 insertions, 1 deletions
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); |