I pushed a small API fix so that itch usernames are properly filtered when people put their itch url instead
I also added some loading logic you can see in the code, it actually fully works now, but it takes almost a full minute to render the page because the itch RSS feeds, are quite slow to load. So its looks like its not loading!
So you defo wanna add a loading alert (maybe even a loading bar!), but its a cool page!
EDIT: I think if we split it up into a page system, so it only loaded 20 games at a time, that would be a lot faster! (you can script the pages into it, they don't need to be literally different pages) Just put a limit on the for loop of the RSS fetch, then offset the loop every time you click a forward or back button.
EDIT EDIT: Done!