mpv [--no-video] "https://www.youtube.com/watch?v=X9zVjEZ7W8Q"
Option in brackets is optional.YouTube slows down video load times when using Firefox
31–40 of 486 posts
Re: YouTube slows down video load times when using Firefox
#32If you are fluent with the terminal, you don't need to suffer from the YT Web UI. Install mpv and yt-dlp. Play videos like this: mpv [--no-video] "https://www.youtube.com/watch?v=X9zVjEZ7W8Q" Option in brackets is optional.
Re: YouTube slows down video load times when using Firefox
#33Re: YouTube slows down video load times when using Firefox
#34Re: YouTube slows down video load times when using Firefox
#35Earlier quoted context omitted.
Google, Samsung, Apple, and others have to abide by the same law, Microsoft isn't special. I also don't understand what this law has to do with the topic.
I support the enforcement of anti-trust laws against Microsoft, but I am at the same time puzzled at how much Google is allowed to get away with. They are simultaneously maintaining the biggest browser platform while also being the biggest content and advertisement provider, AND they have a major influence on the development of web standards, AND they control the development of a major OS (Android) for accessing the…
https://commission.europa.eu/strategy-and-policy/priorities-...
Furthermore, are we talking about the same Microsoft that:
1. forced usage of Microsoft Edge, while also actively blocking circumvention mechanisms;
2. that keeps hijacking searches for Chrome, or Firefox;
3. that has telemetry in Edge that can't be disabled;
4. and that, upon first opening Edge, it asks you to agree to data sharing with the entire advertising industry?
---
You basically assert that Google is receiving preferential treatment from the EU, yet provided absolutely no evidence for it.
Re: YouTube slows down video load times when using Firefox
#36Re: YouTube slows down video load times when using Firefox
#37Re: YouTube slows down video load times when using Firefox
#38From 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...
I'm not even mad about Google making my artificially wait 5s for using firefox. I'm mad that such a big company with suposelly decent engineers, are making me wait 5s with literally a sleep, how is even possible to do such thing in such a rudimentary way? I would be like damn that was smart, this feels like, seriously this is the level?
* Marketing/Sales asks engineers to add a feature flag to sleep N milliseconds for their research: "how slowing down impacts your revenue"
* engineer adds a flag, with different control parameters
* Some genius in Product figures this out and updates the experiment to slow down for competitors
When company gets a backlash from public: "oops, we forgot to clean up all parameters of feature flag and it accidentally impacted Firefox"Re: YouTube slows down video load times when using Firefox
#39Re: YouTube slows down video load times when using Firefox
#40I am not getting this behaviour in Firefox 120. Tried it, logged out as well. > setTimeout(function() { c(); a.resolve(1) }, 5E3); The code looks like a silly concurrency bug fix, i.e., a lazy way to force ordering.