aboutsummaryrefslogtreecommitdiffstats
path: root/google-plus-commando.js
diff options
context:
space:
mode:
Diffstat (limited to 'google-plus-commando.js')
-rw-r--r--google-plus-commando.js4
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);