GM.openInTab: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
(Starting from: http://greasemonkey.mozdev.org/authoring.html)
 
m (title underscore template)
Line 1: Line 1:
{{underscore|title=GM_openInTab}}
= Syntax =
= Syntax =



Revision as of 04:09, 4 November 2006

Template:Underscore

Syntax

GM_openInTab( url )

Description

Opens the specified URL in a new tab.

Examples

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