GM.openInTab

From GreaseSpot Wiki
Revision as of 17:19, 3 November 2006 by Arantius (talk | contribs) (Starting from: http://greasemonkey.mozdev.org/authoring.html)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Syntax

GM_openInTab( url )

Description

Opens the specified URL in a new tab.

Examples

GM_openInTab("http://greasemonkey.mozdev.org/");