Technology
This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.
Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.
Rules:
1: All Lemmy rules apply
2: Do not post low effort posts
3: NEVER post naziped*gore stuff
4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.
5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)
6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist
7: crypto related posts, unless essential, are disallowed
view the rest of the comments
You absolutely can tell what's happening by reading the source code. They are using a listener and a delay for when
ontimeupdate
promise is not met, which timeouts the entire connection for 5 full seconds.https://pastebin.com/TqjzbqQE
I'm sorry but I don't see how that check is browser-specific. Is that part happening on the browser side?
They don't need to put incriminating "if Firefox" statements in their code -- the initial page request would have included the user agent and it would be trivial to serve different JavaScript based on what it said.
Easy enough to test though. Load the page with a UA changer and see if it still shows up when Firefox pretends to be Chrome
The video in the linked article does just that. The page takes 5 seconds to load the video, the user changes the UA, they refresh the page and suddenly the video loads instantly. I would have liked to see them change the UA back to Firefox to prove it's not some weird caching issue though
Yeah, and also Edge or an older version of Chrome etc just to be sure.
I guess his question is "is that happening?"
I don't know, nor am I speculating. The person I was replying to said they didn't see a browser check in the code, which isn't enough to dismiss it.
Well, at least I learned that javascript understands exponential notation. I never even bothered to try that lol
Can I have ublock block that? It seems simple enough to extract that code out.