diff options
author | anekos | 2011-10-06 14:40:57 +0900 |
---|---|---|
committer | anekos | 2011-10-06 14:42:05 +0900 |
commit | b64b11017a0c44c68b6c37180e0bf6acd4fcca8f (patch) | |
tree | 784fa2dbd4f6b2ce51cd088aa0c444d9c45473b6 /google-plus-commando.js | |
parent | 0b6965c18ea98df07c78f0b29f8182689f46c5e8 (diff) | |
download | vimperator-plugins-b64b11017a0c44c68b6c37180e0bf6acd4fcca8f.tar.bz2 |
変更対応
Diffstat (limited to 'google-plus-commando.js')
-rw-r--r-- | google-plus-commando.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js index 7163a31..d1dfed5 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -36,7 +36,7 @@ THE POSSIBILITY OF SUCH DAMAGE. // INFO {{{ let INFO = <> - <plugin name="GooglePlusCommando" version="2.4.5" + <plugin name="GooglePlusCommando" version="2.4.6" href="http://github.com/vimpr/vimperator-plugins/blob/master/google-plus-commando.js" summary="The handy commands for Google+" lang="en-US" @@ -133,7 +133,7 @@ let g:gplus_commando_map_menu = "m" </description> </item> </plugin> - <plugin name="GooglePlusCommando" version="2.4.4" + <plugin name="GooglePlusCommando" version="2.4.6" href="http://github.com/vimpr/vimperator-plugins/blob/master/google-plus-commando.js" summary="The handy commands for Google+" lang="ja-JP" @@ -469,7 +469,7 @@ let g:gplus_commando_map_menu = "m" }, } }, - closeButton: cssRules.finder(/url\("\/\/ssl\.gstatic\.com\/s2\/oz\/images\/lightbox-sprite2.gif"\).*0%.*0%/) + closeButton: cssRules.finder(/url\("\/\/ssl\.gstatic\.com\/s2\/oz\/images\/lightbox-sprite2.gif"\).*0%.*0%.*z-index/) }; let xpath = { |