Make matching rule more lazy

This commit is contained in:
YUKI Hiroshi 2015-10-26 16:40:51 +09:00
parent 102ffdc44e
commit 95100cf52c

View File

@ -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