This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// To run, install GreaseMonkey or TamperMonkey extension in your browser | |
// Copy this code into new user script, and enable | |
// ==UserScript== | |
// @name Disable Youtube autoplay | |
// @version 2.0 | |
// @description This script turns off Youtube's autoplay feature after the page loads. This is permanent, you hit the button, it'll forced to be off. | |
// @author Jeff Bellucci & bitelaserkhalif | |
// @match *://www.youtube.com/* | |
// @run-at document-idle |