Skip to content

Instantly share code, notes, and snippets.

View bitelaserkhalif's full-sized avatar

bitelaserkhalif

View GitHub Profile
@bitelaserkhalif
bitelaserkhalif / disable_youtube_autoplay.user.js
Last active July 12, 2022 15:39 — forked from jeffmbellucci/disable_youtube_autoplay.js
Turn off/disable YouTube autoplay feature
// 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