Skip to content

Instantly share code, notes, and snippets.

@BanditSan
BanditSan / disable-ech.sh
Created January 29, 2026 20:12 — forked from FazziCLAY/disable-ech.sh
Disable Encrypted ClientHello in CloudFlare
# Made by fazziclay.com
# Related: https://habr.com/ru/articles/856602/
# LIN: https://gist.github.com/FazziCLAY/75f72acc8b728530a637121fdee4dfb5
# WIN: https://gist.github.com/FazziCLAY/38f56ab423a0e0a2f864985cf3ce21be
# scroll down in overview domain
ID_ZONE=enter
# https://dash.cloudflare.com/profile/api-tokens
GLOBAL_API_KEY=enter
// ==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