This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BrowserOpenAddonsMgr(); | |
/* | |
//var url = "chrome://mozapps/content/extensions/extensions.xul"; | |
var url = "about:addons"; | |
if (gBrowser.mCurrentTab.linkedBrowser.currentURI.spec == "about:blank") { | |
loadURI(url); | |
return; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To export: | |
1. Right click on any custom buttons | |
2. Select 'Export to XML' | |
To import: | |
1. Click this button | |
2. Select a Custom Buttons XML file |
NewerOlder