Note
Currently WIP
fytr is a browser extension designed to filter YouTube recommendations (currently) based on video duration. It allows users to customize their preferences and hide videos that fall outside the specified time range.
To use fytr, follow these steps:
-
Install the Extension:
- Follow guide.
-
Filter Preferences:
- Access the extension settings to choose your preferred time filter (short, medium, long).
-
Enjoy Filtered Recommendations:
- Browse YouTube as usual, and fytr will automatically hide videos that don't match your selected time filter.
The core functionality of fytr is implemented in content.js
, which is injected into the YouTube page to interact with the DOM and apply the filtering logic.
The extension categorizes videos into three time filter choices:
- Short: 0 to 5 minutes
- Medium: 5 to 20 minutes
- Long: 20 minutes or longer
This project is licensed under the MIT License.