YouTube slows down video load times when using Firefox
old.reddit.com
YouTube slows down video load times when using Firefox
1–10 of 486 posts
Re: YouTube slows down video load times when using Firefox
#2@dang or op, wrong link. Should be: https://old.reddit.com/r/youtube/comments/17z8hsz/youtube_ha...
Re: YouTube slows down video load times when using Firefox
#3> To clarify it more, it's simply this code in their polymer script link:
> setTimeout(function() { c(); a.resolve(1) }, 5E3);
> which doesn't do anything except making you wait 5s (5E3 = 5000ms = 5s). You can search for it easily in https://www.youtube.com/s/desktop/96766c85/jsbin/desktop_pol...
Re: YouTube slows down video load times when using Firefox
#4Re: YouTube slows down video load times when using Firefox
#5I would imagine changing the user-agent at all will (temporarily) fix it, rather than to a Chrome user-agent specifically.
Probably targets ad blocking users rather than non-Chrome users.
Re: YouTube slows down video load times when using Firefox
#6Re: YouTube slows down video load times when using Firefox
#7From reddit discussion ( https://www.reddit.com/r/firefox/comments/17ywbjj/comment/k9... ): > To clarify it more, it's simply this code in their polymer script link: > setTimeout(function() { c(); a.resolve(1) }, 5E3); > which doesn't do anything except making you wait 5s (5E3 = 5000ms = 5s). You can search for it easily in https://www.youtube.com/s/desktop/96766c85/jsbin/desktop_pol...
So I wonder if that 5s delay has always been there.
Re: YouTube slows down video load times when using Firefox
#8Re: YouTube slows down video load times when using Firefox
#9Re: YouTube slows down video load times when using Firefox
#10From reddit discussion ( https://www.reddit.com/r/firefox/comments/17ywbjj/comment/k9... ): > To clarify it more, it's simply this code in their polymer script link: > setTimeout(function() { c(); a.resolve(1) }, 5E3); > which doesn't do anything except making you wait 5s (5E3 = 5000ms = 5s). You can search for it easily in https://www.youtube.com/s/desktop/96766c85/jsbin/desktop_pol...
This is interesting as I had noticed this happening to me (in Chrome) when the anti-ad-blocking started. I assumed that it was YT's way of "annoying" me still while no ads were shown... It was eventually replaced with the "You cant use Adblockers modal" and now I just tolerate the ads. So I wonder if that 5s delay has always been there.