diff options
| author | anekos | 2011-08-04 23:41:49 +0900 | 
|---|---|---|
| committer | anekos | 2011-08-04 23:41:49 +0900 | 
| commit | c172211d1bb532262807cd9b01dbe237f29ca471 (patch) | |
| tree | b7e19a8e3be28f8b63f665e26cb5a460c21a9426 | |
| parent | 368a85508a55d2f6c2b81e7c711542f274947ce6 (diff) | |
| download | vimperator-plugins-c172211d1bb532262807cd9b01dbe237f29ca471.tar.bz2 | |
Follow G+ Changes
| -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 7d5186f..f16200d 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -186,8 +186,8 @@ let g:gplus_commando_map_menu            = "m"          root: '.tf.Ek.Lj',          unfold: [            role('button', '.d-k.Dk'),  // 発言の省略 (以前) -          role('button', '.d-k.Yk'),  // 発言の省略 (以降) FIXME -          role('button', '.d-k.sl')   // 投稿の省略 ("このコメントを展開 »") FIXME +          role('button', '.d-k.Ck'),  // 発言の省略 (以降) +          role('button', '.d-k.Wk')   // 投稿の省略 ("このコメントを展開 »")          ],          menu: {            mute: '.a-Y-k.a-Y-k-ye.d-V.Ki.Sl'  | 
