Skip to content

Instantly share code, notes, and snippets.

CmdUtils.CreateCommand({
names: ["goto"],
icon: "http://www.mozilla-europe.org/favicon.ico",
homepage: "http://www.google.com/",
author: { name: "Jan S", email: "neonsamurai@hotmail.com"},
license: "GPL",
description: "url to navigate to",
help: "Type any url to open in a new tab...",
arguments: [ {role: "object", nountype: noun_arb_text, label: "url"}],