Disconnect Search is a browser extension that lets you search privately using your favorite search engine.
-
Be sure to have the Add-on SDK installed.
-
Run
./prebuild.sh
. -
In
builds/search.rdf
, replace:<em:targetApplication><Description><em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id><em:minVersion>19.0</em:minVersion><em:maxVersion>20.*</em:maxVersion><em:updateLink>https://www.disconnect.me/extensions/search.xpi</em:updateLink></Description></em:targetApplication>
With:
<em:targetApplication><Description><em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id><em:minVersion>1.5</em:minVersion><em:maxVersion>30.*</em:maxVersion><em:updateLink>https://www.disconnect.me/extensions/search.xpi</em:updateLink></Description></em:targetApplication><em:targetApplication><Description><em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id><em:minVersion>0.7</em:minVersion><em:maxVersion>2.6.*</em:maxVersion><em:updateLink>https://www.disconnect.me/extensions/search.xpi</em:updateLink></Description></em:targetApplication>
-
In
builds/tmp/install.rdf
, replace:<!-- Firefox --> <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>19.0</em:minVersion> <em:maxVersion>20.*</em:maxVersion> </Description> </em:targetApplication>
With:
<!-- Firefox --> <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>1.5</em:minVersion> <em:maxVersion>30.*</em:maxVersion> </Description> </em:targetApplication> <!-- Flock --> <em:targetApplication> <Description> <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id> <em:minVersion>0.7</em:minVersion> <em:maxVersion>2.6.*</em:maxVersion> </Description> </em:targetApplication>
-
Run
./build.sh
.
Copyright 2013 Disconnect, Inc.
This program, excluding brand features, is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.