Skip to content

Instantly share code, notes, and snippets.

@lassekongo83
lassekongo83 / youtube-stop-channel-autoplay.user.js
Last active March 1, 2024 05:58
Stops channels you're not subscribed to from autoplaying the channel trailer
// ==UserScript==
// @name YouTube - Stop Channel Autoplay
// @namespace Violentmonkey Scripts
// @match https://www.youtube.com/*
// @grant none
// @version 1.0
// @author https://github.com/lassekongo83
// @description Stops channels you're not subscribed to from autoplaying the channel trailer
// ==/UserScript==