YouTube Filter: Remove Low View Count Videos

Hide YouTube videos with less than 1,000 views on the homepage and sidebar.

These are versions of this script where the code was updated. Show all versions.

  • v1.3 2025-01-23

    1.3; aka Youtube reverts the querySelector to just .ytd-video-meta-block again, bruh.

    • Removed playlist detection logic (previously filtered playlists and mixes).
    • Streamlined the code by removing redundant checks and simplifying the filtering process.
  • v1.2.3 2025-01-23

    Version 1.2.3

    • Detection for "Updated" Text:
      • Added the isPlaylistOrMix function to check if the video's text content includes the word "updated."
      • This reliably identifies playlists and mixes as they commonly have metadata like "Updated today" or "Updated 3 days ago."
    • Exclusion of Playlists and Mixes:
      • Modified isBadVideo to skip processing videos that are identified as playlists or mixes using the
  • v1.2 2025-01-22
  • v1.1 2025-01-22