diff options
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 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/.*') } ); }); |