Skip to content

winterdeaf/privacypass-extension

 
 

Repository files navigation

Kagi Privacy Pass Extension

This repository contains the source code to the Firefox and Chrome extensions for Kagi Privacy Pass.

Disclaimers about this fork

I wanted an incognito-only privacy pass option in the Kagi extension, so I asked some friendly LLMs for help. Scarcely tested, works for me (TM), your PP tokens may catch fire.

Building using Docker

To build this library, install Docker and run

bash build.sh

If using Podman, run

DOCKER=podman bash build.sh

The output library will be found in /build.

Building on host machine

Installing the build dependencies

To build this project directly on your host machine, you need zip, jq, rust and wasm-pack.

On Debian, you can obtain zip and jq by running sudo apt install -y zip jq, Rust by using rustup, and wasm-pack by using its installer.

Building the extension

Once the above dependencies were obtained, run

bash make.sh

The output extensions will be found in /build.

About

Fork of the Kagi Privacy Pass browser extension, with a "private tabs only" mode switch.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 73.9%
  • CSS 12.8%
  • HTML 8.9%
  • Shell 3.8%
  • Dockerfile 0.6%