Skip to content

Instantly share code, notes, and snippets.

View NHS-Whistleblower's full-sized avatar

NHS-Whistleblower

View GitHub Profile
@Yonezpt
Yonezpt / YT RMV-AP-UN.user.js
Last active September 6, 2024 05:10
Removes the autoplay up next feature
// ==UserScript==
// @version 1.0.2
// @name Removes the autoplay up next feature
// @match *://www.youtube.com/*
// @run-at document-start
// @grant none
// @noframes
// ==/UserScript==
(function () {
'use strict';