From e2b4d256228843d738985048ed6da3840372909a Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 16 Sep 2011 02:26:49 +0900 Subject: セレクタ修正 --- google-plus-commando.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'google-plus-commando.js') 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 }, } }, -- cgit v1.2.3