Skip to content

Instantly share code, notes, and snippets.

@goran-rumin
goran-rumin / yt-userscript.js
Created January 14, 2019 17:30
Youtube "Video paused. Continue watching?" confirmer for Tampermonkey
// ==UserScript==
// @name Youtube-click-OK
// @namespace http://tampermonkey.net/
// @version 0.0.1
// @description clicks YES on "Video paused. Continue watching?" dialog
// @author goran
// @match https://www.youtube.com/*
// @grant none
// ==/UserScript==