Open Madis0 opened 5 years ago
The process of porting this should be relatively simple (since this uses WebExtensions APIs), but:
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?
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.