claustromaniac / httpz

Fat-free hardenable opportunistic encryption for Firefox
https://addons.mozilla.org/firefox/addon/httpz/
GNU General Public License v3.0
61 stars 5 forks source link

Other browsers #32

Open Madis0 opened 5 years ago

Madis0 commented 5 years ago

Have you considered porting this to Chromium in order to make it work in browsers like Chrome, Opera and Edge (and upload to their web stores)?

Edit: per upcoming manifest v3, #43 is required too.

claustromaniac commented 5 years ago

The process of porting this should be relatively simple (since this uses WebExtensions APIs), but:

  1. there are a number of differences in the same APIs between browsers that I'd have to investigate well, to make sure everything works OK. Also, as far as I know, porting from Firefox to Chromium is some more work than the other way around.
  2. I've been kind of overburdened for quite some time, and as much as I'm tempted to just announce a heroic "Yes! I'll port this ASAP", I'm not sure I'll have the time for maintaining ports in the future, since that adds overhead to the process of updating the extension, testing, and I also have to keep track of differences over time. I'm overburdened by my own fault, because I didn't think ahead when I started more projects at once than I could handle, but I can always avoid piling up even more work :sweat_smile: I guess I learned the lesson the hard way.
  3. it's probably a bit early anyway, there are some other things I'd like to address first

All of that being said, when (if) I can, I'll look into it.

If anyone else is willing to give this a shot (which I doubt, because I almost didn't even add comments to the code, and can be hard to understand at times), this is a good starting point.

Madis0 commented 5 years ago

Mozilla also recommends this for writing to Firefox first and porting later: https://github.com/mozilla/webextension-polyfill (documentation article here)

smaragdus commented 4 years ago

HTTPZ seems to be more effective than other similar cross browser extensions (Gooreplacer, HTTPS Everywhere, Smart HTTPS) so I hope that the developer will find time and motivation to port this extension to Chromium. After using Firefox more than a decade I switched to a Chromium fork so I will be glad if one day HTTPZ also becomes a cross browser extension.

bitsper2nd commented 4 years ago

I actually ported the extension for Edge(chromium). Right now I'm testing it on kiwi browser(mobile). httpz.zip

JokerQyou commented 4 years ago

I actually ported the extension for Edge(chromium). Right now I'm testing it on kiwi browser(mobile). httpz.zip

Cool! Any chance to setup a repository as a fork? Just in case someone wants to contribute.

bitsper2nd commented 4 years ago

Cool! Any chance to setup a repository as a fork? Just in case someone wants to contribute.

@JokerQyou, that's the plan. I am new to this stuff. But my idea is to use this practice some git and also learn about web extensions.

EDIT: @smaragdus @madis0, I recently fixed most errors I got from the extension the Edge console. Also both the popup and options work now on Kiwi browser. Pushed my commits to the repo. Also the extension has finally been approved by Microsoft and published in the Add-On store.

for Edge

wefalltomorrow commented 2 years ago

Has there been any updates for this being added to Chrome?