Topic: Areas to post free add-ons.
I have made this extension for firefox
https://addons.mozilla.org/en-US/firefo … searx-gnu/
Code is hosted at
https://notabug.org/sagaracharya/searx_ … _extension
Little did I realize that Firefox isn't as ethical as it was.
I found these pages for free add-ons
https://directory.fsf.org/wiki/Collecti … at_plugins
https://wiki.hyperbola.info/doku.php?id … uxp_addons
My question is what are some places to submit free add-ons?
Another question which I have is technical wrt code written above. I got some feedback that instead of having a single searx engine, one can find online instances with good security characteristics and choose 1 at random from that list. This will prevent "winner takes all" , spread the load across server and make things more decentralized. I have written some code in the file store_searx.js and with the final temp variable, I want to change the variable search_url in manifest.json when iceweasel starts. Is that possible here in iceweasel-uxp?