08-14-2006, 02:17 PM
first install:
ChromEdit Plus Special Edition
http://webdesigns.ms11.net/chromeditpSE.html
and take a look at
http://webdesigns.ms11.net/ChromeFiles.zip
put the attached file into \chrome\UCJSFiles\
On Windows XP/2000, the path is usually %AppData%\Mozilla\Firefox\Profiles\xxxxxxxx.default\, where xxxxxxxx is a random string of 8 characters. Just browse to C:\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles\ and the rest should be obvious.
this is only neccerary when you want to have an icon in the menu:
add the following code the userChrome.css (you will have to change the path to your qm icon) and restart FF.
in the script i call function ff2qm (line 44),
in case you don't the second argument just remove it (example function has to be changed too
).
ff2qm
ChromEdit Plus Special Edition
http://webdesigns.ms11.net/chromeditpSE.html
and take a look at
http://webdesigns.ms11.net/ChromeFiles.zip
put the attached file into \chrome\UCJSFiles\
On Windows XP/2000, the path is usually %AppData%\Mozilla\Firefox\Profiles\xxxxxxxx.default\, where xxxxxxxx is a random string of 8 characters. Just browse to C:\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles\ and the rest should be obvious.
this is only neccerary when you want to have an icon in the menu:
add the following code the userChrome.css (you will have to change the path to your qm icon) and restart FF.
menuitem[label="LaunchQM"] {
background-image: url("file:///C:/Dokumente und Einstellungen/pi/Eigene Dateien/My QM/qm.png") !important;
background-position: top left !important;
background-repeat: no-repeat !important;
}in the script i call function ff2qm (line 44),
in case you don't the second argument just remove it (example function has to be changed too
).ff2qm
