GM openInTab
From GreaseSpot
- The correct title of this article is GM_openInTab. The substitution or omission of an _ is due to technical restrictions.
[edit] Description
This API method opens the specified URL in a new tab.
[edit] Syntax
GM_openInTab( url )
- Value: Function
- Returns: Nothing
- Compatibility: Greasemonkey 0.5b+
Parameters Properties url
- All properties are optional except url.
[edit] Properties
[edit] url
- Value: String
- Usage:
url = "http://www.greasespot.net/";
[edit] Examples
GM_openInTab("http://www.greasespot.net/");

