From bb318316d7b62770036550431f9688818eb2038b Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 15 Jul 2011 05:28:20 +0900 Subject: 正規表現まつがい --- google-plus-commando.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/.*') } ); }); -- cgit v1.2.3