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
// ==UserScript== | |
// @name YT Embed Auto-pause | |
// @namespace [NAMEHASH] | |
// @version 0.1 | |
// @description Pauses Youtube Videos after a delay | |
// @author /u/AyrA_ch | |
// @match https://youtube.com/embed/* | |
// @match https://*.youtube.com/embed/* | |
// @grant none | |
// ==/UserScript== |