Coder Social home page Coder Social logo

kuronekozero / youtube-remove-unpopular-videos Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 364 KB

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

Home Page: https://greasyfork.org/ru/scripts/478273-youtube-remove-unpopular-videos/code

License: MIT License

JavaScript 100.00%
greasyfork javascript js script scripts tampermonkey tampermonkey-script youtube youtube-script

youtube-remove-unpopular-videos's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.