diff options
author | anekos | 2011-07-15 05:28:20 +0900 |
---|---|---|
committer | anekos | 2011-07-15 05:28:20 +0900 |
commit | bb318316d7b62770036550431f9688818eb2038b (patch) | |
tree | 4a6612666853b67fb1cdc99715a3028ae3a61550 | |
parent | dc79250cea37a1c08d78fe8825414bc002f799a8 (diff) | |
download | vimperator-plugins-bb318316d7b62770036550431f9688818eb2038b.tar.bz2 |
正規表現まつがい
-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 a731d07..45bc04d 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -320,7 +320,7 @@ let INFO = 'Hit a hint - Google plus Commando', function () hints.show(modeName), { - matchingUrls: RegExp('^https://plus\\.google\\.com/*') + matchingUrls: RegExp('^https://plus\\.google\\.com/.*') } ); }); |