Show HN: I tried making YouTube safer for my kids
maekitsafe.com
Show HN: I tried making YouTube safer for my kids
1–10 of 34 posts
Re: Show HN: I tried making YouTube safer for my kids
#2So I made a web app where I could add channels that I approve. There is no algo recommendations in the side bar, just the video.
Please share feedback if you have any.
Re: Show HN: I tried making YouTube safer for my kids
#3This is not a fancy web app. I simply made it because I'm a single parent and while I'm trying to make dinner my 9 year old is down some YouTube rabbit hole. I figured I would share because I can't be the only parent that has this issue. So I made a web app where I could add channels that I approve. There is no algo recommendations in the side bar, just the video. Please share feedback if you have any.
If so, I'd like to see some detailed instructions for users on how they can actively block YouTube.com while still allowing embed to play on your site. I think that may trip a lot of non-tech people up.
Re: Show HN: I tried making YouTube safer for my kids
#4This is not a fancy web app. I simply made it because I'm a single parent and while I'm trying to make dinner my 9 year old is down some YouTube rabbit hole. I figured I would share because I can't be the only parent that has this issue. So I made a web app where I could add channels that I approve. There is no algo recommendations in the side bar, just the video. Please share feedback if you have any.
So is the idea here, that you block access to the YouTube website directly, but allow watching through approved channels on https://maekitsafe.com ? If so, I'd like to see some detailed instructions for users on how they can actively block YouTube.com while still allowing embed to play on your site. I think that may trip a lot of non-tech people up.
Thank you for the feedback.
Re: Show HN: I tried making YouTube safer for my kids
#5Re: Show HN: I tried making YouTube safer for my kids
#6Interesting idea, but I’d take it a step further. I want to control exactly what videos the kids can watch, not just the channel.
Re: Show HN: I tried making YouTube safer for my kids
#7Interesting idea, but I’d take it a step further. I want to control exactly what videos the kids can watch, not just the channel.
Re: Show HN: I tried making YouTube safer for my kids
#8Love the implementation. I'd really like to block Youtube on my firewall but let it through via this tool with a proxy or something.
Can I get this to load on the SmartTV, too?
Re: Show HN: I tried making YouTube safer for my kids
#9Interesting idea, but I’d take it a step further. I want to control exactly what videos the kids can watch, not just the channel.
I personally use it, too, to avoid distracting myself and to actively search for everything I consume.
Re: Show HN: I tried making YouTube safer for my kids
#10There's also this project with a very similar concept: https://playtoob.com
I ended up creating my own solution, based on mitmproxy and a bit of JS that gets injected into each new page that loads. The end result looks like YouTube, but with guardrails that redirect toward the approved set of channels. Seeing another take on this idea inspired me to finally publish my code, in case anyone is interested in a DIY approach: