YouTube - Hide force-pushed low-view videos

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

Author
BobbyWibowo
Daily installs
0
Total installs
17
Ratings
1 0 0
Version
1.1.8
Created
2025-05-06
Updated
2025-06-04
Size
7.83 KB
License
MIT
Applies to

YouTube - Hide force-pushed low-view videos

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

Features

  • Separate thresholds for new and old videos
    Determined by whether YouTube assigns them with "New" badge.
    Defaults to 499 and 999 for new and old videos, respectively.

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

  • 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.

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.