Triplesixer wrote:Hello, I want this extension for palemoon also, what do I need to manually edit for it to work, please help me.
There is a general guide to changing the compatibility of extensions you could try here:
http://kb.mozillazine.org/Editing_an_ad ... patibility
You can see if that works for you. For whatever reason I needed to modify the instructions to do this properly in 7zip, as extracting and rezipping the extension would produce a corrupt extension for me. I had to open the archive and edit it within 7zip instead.
Specifically I did the following:
1/ Open the archive in 7zip (Right click on the XPI > 7zip > Open archive)
2/ Edit the install.rdf in 7zip (Right click on it > Edit)
3/ Change the minVersion line as per the mozillazine guide, in this case change "<em:minVersion>
26.0</em:minVersion>" to
24.9 or lower.
4/ Save the changes in notepad and close it
5/ Press Yes to update archive.
6/ Drag the .xpi into Palemoon to install.
HTH.
Edit: Changed 25.0 to 24.9 in the MinVersion. Originally I just chose 22.0 as it was simpler than looking up whatever the real version number is.