Allow to use GM_openInTabs

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

View File

@ -2,6 +2,7 @@
// @name Open Google's search results in tabs // @name Open Google's search results in tabs
// @namespace google_GM_openInTab.user.js // @namespace google_GM_openInTab.user.js
// @include http*://www.google.*/search?q=* // @include http*://www.google.*/search?q=*
// @grant GM_openInTab
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js // @require http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js
// @run-at document-idle // @run-at document-idle
// see: https://github.com/piroor/treestyletab/issues/517 // see: https://github.com/piroor/treestyletab/issues/517