Skip to content

Instantly share code, notes, and snippets.

@Sytric
Sytric / KillAutoplay.user.js
Last active January 20, 2018 17:36
Force turns off autoplay and annotations on all youtube pages (Waits 10sec for page load)
// ==UserScript==
// @name KillAutoplay
// @namespace http://www.sysadminarena.com/ntsk
// @description Turns off annoying Youtube features
// @include /^https?://www\.youtube\.com/.*$/
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
// @run-at document-end
// @version 2.0.1
// @grant none
// ==/UserScript==