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");
}
})
This blog is a collection of my various projects and computer related endeavors. Most of the posts deal with very specific issues/problems and solutions along with custom scripts, extensions, and various other subjects.
Wednesday, October 22, 2008
Ubiquity Command: About Config
Here is a simple command to display the about:config page.
Labels:
Extensions,
Programming,
Ubiquity
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment