YouTube Time Limiter

Limits the amount of time spent watching YouTube videos and displays a timer on the YouTube website.

Author
Sleazy Stezy
Daily installs
0
Total installs
37
Ratings
0 0 0
Version
1.0
Created
2023-06-22
Updated
2023-06-22
Size
3.91 KB
License
MIT
Applies to

YouTube Time Limiter User Script

The YouTube Time Limiter User Script is a powerful tool that helps you limit the amount of time you spend watching YouTube videos. It adds a timer display next to the YouTube logo on the YouTube website, allowing you to track your video-watching time. Once the specified time limit is reached, it displays a stop sign and closes the YouTube tab.

Features

  • Time Limit Control: You can easily set the time limit by pressing the 't' key on your keyboard and entering a new value. The timer display will update accordingly.
  • Timer Display: The user script adds a timer display next to the YouTube logo, showing the remaining time in hours:minutes:seconds format. This visual reminder helps you keep track of your video-watching time.
  • Stop Sign Alert: When the time limit is reached, the user script displays a pop-up with a stop sign. This serves as a clear indication that you have reached your time limit and prompts you to take a break from watching YouTube videos.
  • Open Source: The script is open source, which means you have full access to its source code. You can modify and customize it according to your preferences or even contribute to its development. Feel free to adapt it to suit your specific needs.

Customization

As an open-source script, you have the freedom to modify and customize it according to your requirements. Here are a few possibilities:

  • Change Time Limit: Adjust the default time limit by modifying the timeLimit variable in the script. You can set it to any value in seconds.
  • Modify Styling: Customize the appearance of the timer display and time input by editing the GM_addStyle section in the script. You can change colors, font styles, and layout to match your preferences.
  • Enhance Functionality: Add additional features or behaviors to the script, such as sound notifications or different stop sign visuals. Explore the code and experiment with new ideas.