
Update for Minefield Nightly
Update for Minefield Nightly
Love Adblock+, and I'm not going to try any new Minefield builds- without this great add-on (hint
)

I think Wladimir Palant (ABP developer) is on vacation right now. Is it just a version problem or is it not working in the nightlys now? Last I checked it worked fine. You can read here on how to get it to work temperately. Getting around the version problem.
Or simply open *.xpi with winrar or equivalant
and modify install.rdf
to
and reinser install.rdf to xpi ( add option in winrar work )
and modify install.rdf
Code: Select all
<!-- FireFox -->
−
<em:targetApplication>
−
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>3.0a7</em:maxVersion>
</Description>
</em:targetApplication>
Code: Select all
<!-- FireFox -->
−
<em:targetApplication>
−
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>3.0a8</em:maxVersion>
</Description>
</em:targetApplication>