// ==UserScript== // @name GM_openInTab test // @namespace ventero.de // @include https://github.com/* // ==/UserScript== alert("typeof GM_openInTab() is " + typeof GM_openInTab("http://www.google.com"));