diff --git a/utils.js b/utils.js index 0f04e7d..5461f29 100644 --- a/utils.js +++ b/utils.js @@ -5,7 +5,7 @@ function isGoogleServiceUrl(url) { url ) || // test several services that witched from the patter "https://maps.google.com" -> https://www.google.com/maps - /^https?:\/\/(www\.)?google\.co(?:m|\.[a-z]{2,3})\/(?:maps|finance|travel|flights)/i.test( + /^https?:\/\/(www\.)?google\.co(?:m|\.[a-z]{2,3})\/(?:maps|finance|travel|flights|search)/i.test( url ) );