Skip to content

Comment on Former Mozilla exec: Google has sabotaged Firefox for years (2019)

Comments

Just today, the /r/YouTube subreddit was discussing how Polymer adds an artificial 5 second delay based on user-agents other than Chrome.

1. https://www.reddit.com/r/youtube/comments/17z8hsz/youtube_ha...

Here is the JS that was found:

    setTimeout(function() {
        c();
        a.resolve(1)
    }, 5E3);

That's pretty clearly anti-competetive.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.