// ==UserScript== // @name YouTube: Hide LONG Videos // @namespace https://source.garden // @version 1.0 // @license CC0 // @description Hide LONG (over 2:00:00 – two hours) videos on YouTube's pages // @author Dym Sohin // @match https://*.youtube.com/* // @match https://youtube.com/* // @noframes // @downloadURL https://source.garden/scripts/yt-hide-long/raw/branch/latest/script.user.js // @updateURL https://source.garden/scripts/yt-hide-long/raw/branch/latest/script.meta.js // ==/UserScript==