I am having a new problem with Greasemonkey 0.9.3. on Firefox 4.0.1
I have my lock file with the following locks applied for Greasemonkey:
lockPref("greasemonkey.version", "0.9.3");
lockPref("greasemonkey.haveInsertedToolbarbutton", false);
Now the first one is to prevent the welcome page from displaying on
first launch. The second one I can only assume is used to remove the
navigation toolbar icon. I have tried the following:
1. Modify the userChrome.css to have the following:
/* Hide Greasemonkey Permanently */
#gm-status-image {
display: none !important; }
as well as
/* Hide Greasemonkey Permanently */
#gm-status {
display: none !important; }
and
/* Hide Greasemonkey Permanently */
#addon-bar #gm-status {
display: none !important;
}
2. Used the Organize Statusbar and set the following preference:
lockPref("organizestatusbar.StatusBar", "gm-status:0, fbStatusBar:0");
But for whatever reason, in the C:\User\<username>AppData\Roaming
\Mozilla\Firefox\XXXXX.default\prefs.js file, it keeps displaying
greasemonkey.haveInsertedToolbarbutton as "true" even though I have
locked it to be false.
Am I missing something or is there a way to LOCK the icon from the the
navigation toolbar? I understand that most of what I have shown here
would hide the addon bar icon. i was just showing all that I have
done for thoroughness. So I can mitigate people from asking 'Why do
you want to do that?"; our users only use the Tools>Greasemonkey
aspect and not the icons.
Please help!
--
You received this message because you are subscribed to the Google Groups
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/greasemonkey-users?hl=en.