Skip to content

Instantly share code, notes, and snippets.

@yyaabboopp
yyaabboopp / disableAutoplay.js
Created June 29, 2016 04:07
Disable YouTube Autoplay automatically
// ==UserScript==
// @version 1.0.0
// @name Autoplay Off
// @description Sets Autoplay to `Off` by default
// @include http*://*.youtube.com/*
// @run-at document-end
// @grant none
// @noframes
// ==/UserScript==
(function () {