GM.openInTab
From GreaseSpot Wiki
Description
This API method opens the specified URL in a new tab.
Syntax
GM_openInTab( url )
- Returns: Nothing
- Compatibility: Greasemonkey 0.5b+
Parameters Properties url
- All properties are optional except url.
Properties
url
- Value: String
- Usage:
url = "http://www.greasespot.net/";
Examples
GM_openInTab("http://www.greasespot.net/");