GM openInTab

From GreaseSpot

Jump to: navigation, search
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.

Examples | Notes

[edit] Syntax

GM_openInTab( url )

Value: Function
Returns: Nothing
Compatibility: Greasemonkey 0.5b+
Parameters
Properties
url
  • All properties are optional except url.

top

[edit] Properties


[edit] url

Value: String
Usage: url = "http://www.greasespot.net/";

top | back

[edit] Examples

GM_openInTab("http://www.greasespot.net/");

top

[edit] Notes

top

Personal tools