Skip to content

Instantly share code, notes, and snippets.

@besse75
besse75 / gist:1735d3471283152f17f7eae156b419dc
Last active May 9, 2026 19:39
Force Youtube to play next video in playlist or with END key (desktop)
// ==UserScript==
// @name -Idle- autoplay fix
// @match *://www.youtube.com/*
// @exclude *://www.youtube.com/embed/*
// @exclude *://www.youtube.com/tv*
// @icon https://youtube.com/favicon.ico
// @run-at document-idle
// @grant none
// ==/UserScript==