From 95100cf52cc9b325ca009b78b39c7d95f3d72cc0 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Mon, 26 Oct 2015 16:40:51 +0900 Subject: [PATCH] Make matching rule more lazy --- tests/fixtures/GM_openInTab.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixtures/GM_openInTab.user.js b/tests/fixtures/GM_openInTab.user.js index 5cbc03ab..a2d7da9f 100644 --- a/tests/fixtures/GM_openInTab.user.js +++ b/tests/fixtures/GM_openInTab.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Open Google's search results in tabs // @namespace google_GM_openInTab.user.js -// @include http*://www.google.*/search?q=* +// @include http*://www.google.*/search* // @grant GM_openInTab // @require http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js // @run-at document-idle