diff options
author | anekos | 2011-09-16 02:26:49 +0900 |
---|---|---|
committer | anekos | 2011-09-16 02:26:49 +0900 |
commit | e2b4d256228843d738985048ed6da3840372909a (patch) | |
tree | eb6a4c05584c38840ee8b376b8d6a5c08772a5ec | |
parent | 15c25de8d53bd2d06e8a42e4327dcc71a59e8f21 (diff) | |
download | vimperator-plugins-e2b4d256228843d738985048ed6da3840372909a.tar.bz2 |
セレクタ修正
-rw-r--r-- | google-plus-commando.js | 4 |
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 }, } }, |