Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
1–10 of 56 posts
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#2Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#3Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#4Interesting, I wonder when will youtube shut it down in a way or another...
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#5You're loading the videos over HTTP while hosting your site on HTTPS which will result in the iframe being blocked. This is a security issue anyway and should be corrected.
Also looks like you're using localStorage and sessionStorage without checking to see if they're available.
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#6Interesting, I wonder when will youtube shut it down in a way or another...
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#7Looks like it's got some bugs preventing it from working. You're loading the videos over HTTP while hosting your site on HTTPS which will result in the iframe being blocked. This is a security issue anyway and should be corrected. Also looks like you're using localStorage and sessionStorage without checking to see if they're available.
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#8Isn't this more of an alternative browser, as the playback uses YouTube's own HTML5 player?
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#9Interesting, I wonder when will youtube shut it down in a way or another...
Re: Show HN: Simple Minimal YouTube Alternative Player (no ads...with powers)
#10Interesting, I wonder when will youtube shut it down in a way or another...
hi @Thomas_9. I'm using youtube's data api and player's api without any hacks. I actually following the api's rules and available api.