https://github.com/av/unhype
Browser extension to unhype/neutralise the content
https://github.com/av/unhype
Last synced: about 1 year ago
JSON representation
Browser extension to unhype/neutralise the content
- Host: GitHub
- URL: https://github.com/av/unhype
- Owner: av
- Created: 2025-06-22T09:37:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-22T13:17:00.000Z (about 1 year ago)
- Last Synced: 2025-06-22T13:28:09.125Z (about 1 year ago)
- Language: TypeScript
- Size: 471 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

https://github.com/user-attachments/assets/93efd7a8-a660-47f5-bfbd-3d3e7755e2eb
---

---
Browser extension to unhype/neutralise headers on the web.
# Installation
## From extension stores
Pending approval, please use the manual installation method below.
## Manual
Download a zip archive with the extension for your browser from the [releases page](https://github.com/av/unhype/releases).
### Google Chrome
- Open Chrome and navigate to `chrome://extensions.`
- Enable "Developer mode" using the toggle switch, usually found in the top right corner.
- Click the "Load unpacked" button that appears.
- Select the folder where you extracted the extension files.
### Microsoft Edge
- Open Edge and navigate to `edge://extensions.`
- Enable "Developer mode" using the toggle switch, typically located in the bottom left corner.
- Click the "Load unpacked" button that appears, usually on the main extensions bar.
- Select the folder containing the extracted extension files.
### Mozilla Firefox
- Open Firefox and type about:debugging into the address bar, then press Enter.
- In the left-hand sidebar, click on "This Firefox".
- Click the "Load Temporary Add-on..." button.
- Navigate to the folder where you extracted the extension files and select either the manifest.json file or the ZIP file itself.
- Note: For Firefox, temporary add-ons are removed when you close the browser. For a more permanent installation of a self-developed extension, it typically needs to be signed by Mozilla.
Download from the latest release on [GitHub](https://github.com/av/unhype/releases)
# Development
```bash
git clone https://github.com/av/unhype.git && cd unhype
bun install
bun run dev
```