Created
September 23, 2011 20:04
-
-
Save Ventero/1238332 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment