Skip to content

Instantly share code, notes, and snippets.

@ninjazan420
ninjazan420 / instavolume.js
Created January 9, 2025 16:51
A Tampermonkey script to add a Volume fader next to the mute button to reduce Instagrams ridiculously f*cking loud reels
// ==UserScript==
// @name Instagram Reel Volume Control
// @namespace http://f0ck.org/
// @version 0.4
// @description Add a volume bar to reduce the volume of Instagrams fucking loud reels
// @author ninjazan420
// @match https://www.instagram.com/*
// @grant none
// ==/UserScript==