@algernon@come-from.mad-scientist.club
Post #3445584
2026-06-27 16:01 UTC
Bloody hell. The stupid JavaScript is paged. As in, the DOM only has the visible servers, so loading the page, and trying to extract them all at once is not working.
Replies (1)
-
@algernon@come-from.mad-scientist.club 2026-06-27 16:07
Buuuut it looks like the server list is in the HTML. It's just the rendering that's done in JS. So I can grab the page, sed out the JSON, and process it as I see fit.