yt-hide-long/script.meta.js

14 lines
521 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// ==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==