Skip to content

morat523035/FirefoxButtons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firefox Buttons
---------------

http://kb.mozillazine.org/Installation_directory
http://kb.mozillazine.org/Profile_folder

* <install directory>\defaults\pref\autoconfig.js

The autoconfig.js file should be in the same folder as the channel-prefs.js file.

* <install directory>\mozilla.cfg

The mozilla.cfg file should be in the same folder as the firefox.exe executable.

* <profile directory>\chrome\_1_RestartFirefoxButton_Movable.uc.js
* <profile directory>\chrome\_2_TestCodeFirefoxButton_Movable.uc.js
* <profile directory>\chrome\_3_AttributesInspectorFirefoxButton_Movable.uc.js
* <profile directory>\chrome\_4_GetCommandFirefoxButton_Movable.uc.js
* <profile directory>\chrome\_5_PreferenceTrackerFirefoxButton_Movable.uc.js
* <profile directory>\chrome\_6_ZoomScrollFirefoxButton_Movable.uc.js

note: "uc" in *.uc.js files stands for User Chrome

* <profile directory>\chrome\_0_StylesFirefox.as.css

note: "as" in *.as.css files stands for Agent Sheet

* <profile directory>\chrome\attrsInspector.js

The attrsInspector.js subscript is loaded by the _3_AttributesInspectorFirefoxButton_Movable.uc.js script.

Firefox 32-bit on Windows 32-bit:
Firefox 64-bit on Windows 64-bit:

* C:\Program Files\Mozilla Firefox\defaults\pref\autoconfig.js
* C:\Program Files\Mozilla Firefox\mozilla.cfg

Firefox 32-bit on Windows 64-bit:

* C:\Program Files (x86)\Mozilla Firefox\defaults\pref\autoconfig.js
* C:\Program Files (x86)\Mozilla Firefox\mozilla.cfg

Firefox Portable 32-bit:

* C:\FirefoxPortable\App\Firefox\defaults\pref\autoconfig.js
* C:\FirefoxPortable\App\Firefox\mozilla.cfg

Firefox Portable 64-bit:

* C:\FirefoxPortable\App\Firefox64\defaults\pref\autoconfig.js
* C:\FirefoxPortable\App\Firefox64\mozilla.cfg

Deploying Firefox in an enterprise environment
http://web.archive.org/web/20191006061004/https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Enterprise_deployment_before_60

Observer Notifications
http://web.archive.org/web/20191006034558/https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Observer_Notifications

CustomizableUI
http://web.archive.org/web/20191002123132/https://developer.mozilla.org/en-US/docs/Mozilla/JavaScript_code_modules/CustomizableUI.jsm
http://web.archive.org/web/20191002123132/https://developer.mozilla.org/en-US/docs/Mozilla/JavaScript_code_modules/CustomizableUI.jsm/API-provided_widgets

CustomizableUI is not available for Thunderbird.

About Agent Sheet
http://web.archive.org/web/20190930102512/https://developer.mozilla.org/en-US/docs/Archive/Add-ons/Using_the_Stylesheet_Service

About

My buttons for Firefox 128

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published