diff options
author | anekos | 2012-04-01 17:52:48 +0900 |
---|---|---|
committer | anekos | 2012-04-01 17:52:59 +0900 |
commit | 5da348505d7510f33c9aafd70779ac02261b236f (patch) | |
tree | cd7aae0a9ab41d4725dc1b03bfe52444c32667b5 /google-plus-commando.js | |
parent | 1e225bd65e3b5f1d07baa805ec1c0c247b8df96b (diff) | |
download | vimperator-plugins-5da348505d7510f33c9aafd70779ac02261b236f.tar.bz2 |
Update: S.menuButton
Diffstat (limited to 'google-plus-commando.js')
-rw-r--r-- | google-plus-commando.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js index 1875868..502a006 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -425,7 +425,7 @@ let g:gplus_commando_map_menu = "m" menu: { mute: '----' }, - menuButton: cssRules.finder(/url\("\/\/ssl\.gstatic\.com\/s2\/oz\/images\/stream\/options_default\.png"\).*margin-right: -44/), + menuButton: cssRules.finder(/url\("\/\/ssl\.gstatic\.com\/s2\/oz\/images\/stream\/options_default\.png"\).*pointer.*13.*margin-right: -44/, /\.\w{3,}\s\{/), cancel: role('button', '[id$=".cancel"]'), submit: role('button', '[id$=".post"]'), }, |