YouTube Filter: Remove Low View Count Videos

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

Seznam verzí skriptu, při kterých došlo ke změnám v kódu. Zobrazit všechny verze.

  • v1.3 23. 01. 2025

    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 23. 01. 2025

    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 22. 01. 2025
  • v1.1 22. 01. 2025