https://github.com/mdevolde/cookie_refuser
A simple web extension that refuse optional cookies.
https://github.com/mdevolde/cookie_refuser
Last synced: about 1 year ago
JSON representation
A simple web extension that refuse optional cookies.
- Host: GitHub
- URL: https://github.com/mdevolde/cookie_refuser
- Owner: mdevolde
- License: mit
- Created: 2025-01-03T22:51:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-04T00:49:04.000Z (over 1 year ago)
- Last Synced: 2025-01-04T01:21:59.817Z (over 1 year ago)
- Language: Rust
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cookie refuser
A simple web extension that refuse optional cookies.
She has been developed in Rust (webassembly).
## How to build
### Prerequisites
We assume that you have `cargo` and `rustup` installed. If not, you can install them by following the instructions on the [Rust website](https://www.rust-lang.org/tools/install).
### Building the web extension
To build the web extension, you need to have `wasm-pack` installed.
```bash
cargo install wasm-pack
```
Then, you can build the web extension with the following command:
```bash
wasm-pack build --target web --out-dir extension/wasm
```
### Using the web extension
To use the web extension, you need to install it in your browser.
In chrome, go to `chrome://extensions/`, enable the developer mode, click on "Load unpacked" and select the `extension` directory.
Congrats, you can now use the web extension!