httpz
httpz copied to clipboard
Other browsers
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.
The process of porting this should be relatively simple (since this uses WebExtensions APIs), but:
- 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.
- 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.
- 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.
Mozilla also recommends this for writing to Firefox first and porting later: https://github.com/mozilla/webextension-polyfill (documentation article here)
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.
I actually ported the extension for Edge(chromium). Right now I'm testing it on kiwi browser(mobile). httpz.zip
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.
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.
Has there been any updates for this being added to Chrome?