yt-hide-long/script.meta.js

14 lines
521 B
JavaScript
Raw Permalink Normal View History

2024-06-02 15:52:01 +02:00
// ==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 <re@dym.sh>
// @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==