# NoSink Toggle Extension Removes the waves ,balloons, tilted effects and audio on https://summer.hackclub.com. ## Before / After Before: ![Before screenshot](https://hc-cdn.hel1.your-objectstorage.com/s/v3/02b5efa5e9cc3dc7316de1b379cc4c28d43385d8_image.png) After: ![After screenshot](https://hc-cdn.hel1.your-objectstorage.com/s/v3/6df8a4d85223c732a201e6761c7abea276aac0cd_image.png) ## Repository Structure - `manifest.json` (Chrome Manifest V3) - `firefox/manifest.json` (Firefox Manifest V2) - `content.js` main content script (Chrome) - `firefox/content.js` Firefox version (uses `browser.*` API) - `popup.html / popup.js / popup.css` popup UI - `icon.png` extension icon (re-used for all sizes) ## Install in Chromium (Chrome / Edge / Brave) 1. Clone or download this repo. 2. Open chrome://extensions (or edge://extensions etc.). 3. Enable Developer Mode (top right toggle). 4. Click "Load unpacked". 5. Select the root project folder (the one containing `manifest.json`). 6. The NoSink icon should appear in the toolbar. Pin it if needed. ## Install in Firefox (Temporary Load) 1. Open `about:debugging#/runtime/this-firefox`. 2. Click "Load Temporary Add-on". 3. Select the `firefox/manifest.json` file. 4. The extension appears with its icon; click it to open the popup. ## Usage 1. Navigate to https://summer.hackclub.com 2. Use the popup switch to enable/disable NoSink per tab.