Skip to content

Instantly share code, notes, and snippets.

View mazzarito's full-sized avatar

Matt mazzarito

  • Newport Beach, CA
  • 03:45 (UTC -07:00)
View GitHub Profile
@mazzarito
mazzarito / youtube-speed-desync-fix.user.js
Last active March 18, 2026 18:47
YouTube Playback Rate Resync Hotfix
// ==UserScript==
// @name YouTube Playback Rate Resync Hotfix
// @namespace https://tampermonkey.net/
// @version 1.2
// @description Re-sync YouTube audio/video after slowing playback speed on YouTube in Firefox
// @match https://www.youtube.com/*
// @run-at document-idle
// @grant none
// ==/UserScript==