GM.openInTab: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
m (title underscore template)
m (categorized + removed link from example code)
Line 11: Line 11:
= Examples =
= Examples =


  GM_openInTab("http://greasemonkey.mozdev.org/");
  GM_openInTab("<nowiki>http://greasemonkey.mozdev.org/</nowiki>");
 
 
[[Category:API Reference|O]]

Revision as of 03:32, 6 December 2006

Template:Underscore

Syntax

GM_openInTab( url )

Description

Opens the specified URL in a new tab.

Examples

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