about_config.js
CmdUtils.CreateCommand({
name: "about_config",
homepage: "http://pynej.blogspot.com/",
author: { name: "Jeremy Pyne", email: "jeremy.pyne@gmail.com"},
description: "Open the firefox about:config page.",
execute: function() {
Utils.openUrlInBrowser("about:config");
}
})
Ubiquity Command: About Config
Here is a simple command to display the about:config page.
No comments:
Post a Comment