Skip to content

This script allows you to remove all YouTube videos from your recommendations that have very low number of views.

License

Notifications You must be signed in to change notification settings

kuronekozero/youtube-remove-unpopular-videos

Repository files navigation

Youtube: Remove unpopular videos

This Tampermonkey script is designed to declutter your YouTube recommendations by removing videos with fewer than a certain number of views. It operates by scanning the videos in your YouTube recommendations and removing any that fall below the specified view count threshold.

How does it work?

The script works by scanning the videos in your YouTube recommendations and removing any that have fewer than a specified number of views. The default threshold is set at 1000 views, but this can be easily adjusted to suit your preferences.

Videos like this will be removed:

Installation

  1. Install tampermonkey extension:

Chromium

Firefox

  1. Install this script:

Greasy fork

That's it! Now you can use it.

Customizing the View Count Threshold

To adjust the view count threshold, you need to modify the value of minViews in the script. For instance, if you want to remove videos with less than 5000 views, you would change:

var minViews = 1000; // Minimum number of views

to:

var minViews = 5000; // Minimum number of views

"

FAQ

Why the script doesn't work?

If the default language of the YouTube page isn't English, the script won't work. In future versions of this script, I'll add more languages. For now it supports only english.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published