youtube without distractive recommendations
Study or do whatever you want on youtube without distractive recommendations 🚀
This project was inspired by a personal need. When i was in high school or university and had to study some content in video class youtube always recommended some unrelated videos which made it very difficult to concentrate. YT Focus removes the smart YouTube recommendation based on your tastes with anonymous queries. :D
src/services/api_key_example.js
paste the key into the const API_KEY and rename the file to api_key.js
is just like Youtube but simpler
when clicking on a video you are going to be redirected to the player page
As it is based on Google’s API queries system that is limited to a certain amount of requisition per day I don’t know how to scale it, like, create a real site is just impossible, each requisition is something like 100 Queries and you have only 10k. I still dont know how to solve it