this post was submitted on 20 Nov 2023
660 points (97.8% liked)
Technology
59123 readers
3863 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
They actually found a 5-second sleep embedded in the JavaScript, so it's not the cache.
Depends, in the original Reddit thread, someone already pointed out that this 5s delay is to wait for some ad thing and then execute code if it doesn’t work within this timeframe. So… depending on what gets cached, blocked, loaded,… it might behave differently on a reload depending on cached data
They found something which waits for five seconds and then does something. At least part of the thing in question was removing some stuff from the DOM - I couldn't understand anything else from the minified JS. That is not a smoking gun.