Closed treehousekingcomic closed 1 year ago
Perhaps. The image ID is made up of the unix timestamp and a random ID from what I can tell.
In theory this is possible, but in practice there are too many permutations of possible ID's
out of curiosity did that repo crack the code on getting the ids?
Inspecting the network requests and their responses, posts have their image URL in this form:
/Photos/[userId]/post/[imageId].webp
Is it possible to guess the
imageId
somehow?