GM.openInTab: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
m (Text replace - "{{Core samp" to "{{Samp")
m (Text replace - "top " to "")
Line 36: Line 36:
GM_openInTab("http://www.greasespot.net/");
GM_openInTab("http://www.greasespot.net/");
</pre>}}
</pre>}}
[[#top|top]]


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

Revision as of 21:28, 3 February 2010


Description

This API method opens the specified URL in a new background tab. Foreground loading may be globally overridden by setting the Mozilla preference browser.tabs.loadInBackground to false in about:config.

Examples | Notes

Syntax

GM_openInTab( url )

Value: Function
Returns: undefined
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

Template:Samp