- Joined
- Feb 18, 2002
about:config
set this to false:
xpinstall.signatures.required
Otherwise some of your add-ons will be disabled in Firefox 43
This override will expire in Firefox 44, I hope we can figure out how to keep it off by then...
Also, override for the supremely moronic PERMANENT reminder from Cpt. Firefox Obvious: "YouTube.com is now fullscreen." covering the screen & preventing us from seeing the actual picture *every time* we go to full screen mode.
You will be able to disable that through
full-screen-api.warning.timeout
double click on it and change the default value from 3000 to 0
Finally, you go to Fullscreen, the screen goes black (!).
You exit Fullscreen, the screen goes black again.
If you think this is crazy, turn that behavior off, no black screen:
Change about:config values of
full-screen-api.transition-duration.enter
full-screen-api.transition-duration.leave
from 200 200 to 0
Firefox 43 Beta is here:
http://ftp.mozilla.org/pub/firefox/releases/
set this to false:
xpinstall.signatures.required
Otherwise some of your add-ons will be disabled in Firefox 43
This override will expire in Firefox 44, I hope we can figure out how to keep it off by then...
Also, override for the supremely moronic PERMANENT reminder from Cpt. Firefox Obvious: "YouTube.com is now fullscreen." covering the screen & preventing us from seeing the actual picture *every time* we go to full screen mode.
You will be able to disable that through
full-screen-api.warning.timeout
double click on it and change the default value from 3000 to 0
Finally, you go to Fullscreen, the screen goes black (!).
You exit Fullscreen, the screen goes black again.
If you think this is crazy, turn that behavior off, no black screen:
Change about:config values of
full-screen-api.transition-duration.enter
full-screen-api.transition-duration.leave
from 200 200 to 0
Firefox 43 Beta is here:
http://ftp.mozilla.org/pub/firefox/releases/
I have made significant progress on the Firefox unsigned Ad-on front:
To get a Firefox Add-on signed:
To get a Firefox Add-on signed:
1. Open the Add-on's .xpi installation file with WinRAR or a similar program.
2. Open install.rdf
3. It should be enough to change just one character in value <em:id>
or use a GUID generator https://www.guidgenerator.com/
4. Change the maximum Firefox version the add-on supports to three versions after the current version.
So if the current Firefox version is 43, change this value to 46.0:
<em:maxVersion>46.0</em:maxVersion>
It is not possible to go higher than three versions ahead of the current version, meaning this process will have to be repeated every three incremental versions of Firefox, if you want to have a signed .xpi installation file on your computer for future installs.
5. Save the edited install.rdf and make sure that .xpi archive is updated with the changes.
6. Go to
https://addons.mozilla.org/
Sign in > Tools > Submit a New Add-on > CHECK: Do not list my add-on on this site > Select a file... > browse to the edited .xpi file > Open > Continue > Enter the name you choose for the edited file > Continue >
Click on where it says "You can download it here:"
**IMPORTANT**
Download the file from this page, and delete the edited file from your computer.
This is because the one on your computer has not been signed, and the one listed on this page now, has an embedded signature.
7. Finally, after you install the signed Add-on, the old one will still remain installed on Firefox, so you need to manually uninstall the old one.
Some Add-ons may have an ID check.
This means that inside install.rdf the ID <em:id>THISMUSTBETHESAME</em:id>
needs to be the same as ID inside file \components\NameOfAdd-On.js
when you scroll down to line dllFile.append('THISMUSTBETHESAME');
[don't forget to use ' apostrophe signs around the id above.]
Last edited: