Skip to content

Instantly share code, notes, and snippets.

View kms0219kms's full-sized avatar
Do Not Disturb

Minsu Kim kms0219kms

Do Not Disturb
View GitHub Profile
🌞 Morning 90 commits ██▊░░░░░░░░░░░░░░░░░░ 13.5%
🌆 Daytime 149 commits ████▋░░░░░░░░░░░░░░░░ 22.3%
🌃 Evening 399 commits ████████████▌░░░░░░░░ 59.8%
🌙 Night 29 commits ▉░░░░░░░░░░░░░░░░░░░░ 4.3%
@kms0219kms
kms0219kms / yt-loudness.user.js
Created February 26, 2024 12:15 — forked from fa7ad/yt-loudness.user.js
Disable youtube volume normalization (allow true video 100% volume)
// ==UserScript==
// @name YouTube Disable Normalization
// @namespace https://gist.github.com/fa7ad/fa995474f5cb9fe91fb209686881373d
// @version 0.2
// @description Allows true 100% volume on youtube videos.
// @author Wouter Gerarts
// @match https://www.youtube.com/*
// @match https://youtube.com/*
// @grant none
// ==/UserScript==