Skip to content

Instantly share code, notes, and snippets.

@Ventero
Created September 23, 2011 20:04
Show Gist options
  • Save Ventero/1238332 to your computer and use it in GitHub Desktop.
Save Ventero/1238332 to your computer and use it in GitHub Desktop.
// ==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