GM.openInTab: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
(Symmetry update)
mNo edit summary
Line 42: Line 42:
[[#Description|top]]
[[#Description|top]]


[[Category:API_Reference|O]]
[[Category:API_Reference|G]]

Revision as of 05:30, 7 December 2007

Template:Underscore


Description

This API method opens the specified URL in a new tab.

Examples | Notes

Syntax

GM_openInTab( url )

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

top

Properties


url

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

top | back

Examples

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

top

Notes

top