X Tutup
Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Migrate HTTPS everywhere to WebExtensions. Should be easy. #7389

@andreicristianpetcu

Description

@andreicristianpetcu

Hi. I'm just a user not an addon dev but I think I migrated HTTPS everywhere to WebExtensions. It is signed and you can download it from here.

This is how I did this. I installed this addon went to chrome web store and installed in inside Firefox.

I downloaded the xpi from Chrome web store with the Foxified extension, unzipped it and I ran this commands:

npm install -g web-ext
web-ext sign --api-key $API_KEY --api-secret $API_SECRET -s HTTPS_Everywhere

HTTPS_Everywhere is the folder with the unzipped xpi addon.

Why migrate to web extensions? They use async APIs so they are faster, only one codebase for both browsers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup