Earlier quoted context omitted.
That is not correct. The surrounding code gives some more context: h=document.createElement("video");l=new Blob([new Uint8Array([/* snip */])],{type:"video/webm"}); h.src=lc(Mia(l));h.ontimeupdate=function(){c();a.resolve(0)}; e.appendChild(h);h.classList.add("html5-main-video");setTimeout(function(){e.classList.add("ad-interrupting")},200); setTimeout(function(){c();a.resolve(1)},5E3); return m.return(a.promise)})}…
It is still better to wait 5s without ad than with ad.
YouTube slows down video load times when using Firefox
441–450 of 486 posts
Re: YouTube slows down video load times when using Firefox
#442 https://t.co/2lPM2pFtoN
https://t.co/O331DcmVBs
TLDC: it's related to ad blocker detection and can happen even on Chrome.Re: YouTube slows down video load times when using Firefox
#443Using a browser devtools performance profiler could confirm this. I highly doubt there's a 5 second setTimeout in youtube. More likely switching of browser technologies based on user agent.
Re: YouTube slows down video load times when using Firefox
#444Re: YouTube slows down video load times when using Firefox
#445Debunked by the original author. https://t.co/2lPM2pFtoN https://t.co/O331DcmVBs TLDC: it's related to ad blocker detection and can happen even on Chrome.
Re: YouTube slows down video load times when using Firefox
#446Re: YouTube slows down video load times when using Firefox
#447Debunked by the original author. https://t.co/2lPM2pFtoN https://t.co/O331DcmVBs TLDC: it's related to ad blocker detection and can happen even on Chrome.
Would you have a pointer to this debunking?
Re: YouTube slows down video load times when using Firefox
#448Debunked by the original author. https://t.co/2lPM2pFtoN https://t.co/O331DcmVBs TLDC: it's related to ad blocker detection and can happen even on Chrome.
Re: YouTube slows down video load times when using Firefox
#449Using a browser devtools performance profiler could confirm this. I highly doubt there's a 5 second setTimeout in youtube. More likely switching of browser technologies based on user agent.
setTimeout(function() {
c();
a.resolve(1)
}, 5E3);
https://old.reddit.com/r/firefox/comments/17ywbjj/whenever_i...Re: YouTube slows down video load times when using Firefox
#450Earlier quoted context omitted.
Would you have a pointer to this debunking?
It’s in the twitter thread (which I’m guessing was hidden to you because you weren’t signed in - certainly one of the product choices of all time). Seems to be an experiment condition around the new adblocking detection.