Greasy Fork

Greasy Fork is available in English.

YouTube - Hide force-pushed low-view videos

Hide videos matching thresholds, in home page, and watch page's sidebar. CONFIGURABLE!

作者
BobbyWibowo
日安装量
0
总安装量
25
评分
3 0 0
版本
1.2.7
创建于
2025-05-06
更新于
2025-07-08
大小
19.2 KB
许可证
MIT
适用于

YouTube - Hide force-pushed low-view videos

Hide videos matching configured thresholds, in home page, and watch page's sidebar.

Features

  • Configurable thresholds
    General threshold defaults to 999.
    Optional separate thresholds for "New" and "Live" videos.
    "New" videos are determined by whether YouTube assigns them with "New" badge (EN locale only).
    "Live" videos depend on accumulative views counts reported by YouTube API, not their current viewers count.
    When not set, will fall back to general threshold.

  • Allow videos by certain channels using their IDs
    How to get a channel's ID?

  • General threshold should work with any locales
    Feel free to report otherwise.

  • Optionally enable on other pages
    Some knowledge of CSS selectors are required.
    Then use SELECTORS_ALLOWED_PAGE option.

Known Issues

  • This does not work with YouTube's mobile layout. There is no plan to add support.

Settings

Configurable via your userscript manager's storage/values editor.

For Tampermonkey users, please consult this guide to access the storage editor, https://stackoverflow.com/a/56918709/10044786.

Screenshot

Screenshot

Screenshots above are only excerpts. Please check the source code for the most up-to-date configurable variables.

Broken selectors will be properly logged in the browser console.
So please manually check yours if the script suddenly breaks after you add custom selectors.
Set MODE variable to "DEBUG" if necessary.