Skip to content

Instantly share code, notes, and snippets.

View teamblubee's full-sized avatar

blubee teamblubee

View GitHub Profile
@teamblubee
teamblubee / YT RMV-AP-UN.user.js
Created December 17, 2016 10:31 — forked from Yonezpt/YT RMV-AP-UN.user.js
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';