aboutsummaryrefslogtreecommitdiffstats
path: root/google-plus-commando.js
diff options
context:
space:
mode:
authoranekos2011-09-16 02:26:49 +0900
committeranekos2011-09-16 02:26:49 +0900
commite2b4d256228843d738985048ed6da3840372909a (patch)
treeeb6a4c05584c38840ee8b376b8d6a5c08772a5ec /google-plus-commando.js
parent15c25de8d53bd2d06e8a42e4327dcc71a59e8f21 (diff)
downloadvimperator-plugins-e2b4d256228843d738985048ed6da3840372909a.tar.bz2
セレクタ修正
Diffstat (limited to 'google-plus-commando.js')
-rw-r--r--google-plus-commando.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js
index 40f092d..7163a31 100644
--- a/google-plus-commando.js
+++ b/google-plus-commando.js
@@ -463,9 +463,9 @@ let g:gplus_commando_map_menu = "m"
back: '#summary-view + div > div > span',
},
entry: {
- entries: 'div[id^=":2."]', // :2.diz13l....
+ entries: 'div[id^=":"][style*="max-height"]', // :2.diz13l....
comment: cssRules.finder(/rgb\(221, 221, 221\).*rgb\(153, 153, 153\)/),
- mute: 'div[id^=":2."] > div > div:nth-child(2) > div > div > ' + role('button', 'span') // FIXME
+ mute: 'div[id^=":"][style*="max-height"] > div > div:nth-child(2) > div > div > ' + role('button', 'span') // FIXME
},
}
},