Skip to content

Instantly share code, notes, and snippets.

View hakimzulkufli's full-sized avatar
💭
I may be slow to respond.

Hakim Zulkufli hakimzulkufli

💭
I may be slow to respond.
View GitHub Profile
// ==UserScript==
// @name No YouTube Volume Normalization
// @namespace https://gist.github.com/abec2304
// @match https://www.youtube.com/*
// @grant none
// @version 2.1
// @author abec2304
// @description Enjoy YouTube videos at their true volume
// @inject-into content
// @run-at document-start