I admit I didn’t think it all the way through. If your goal isn’t ultimately data collection, you would make a browser addon and use javascript injection (the frontend scripting language for rendering web pages). I replied to another person with loose technical details, but you could create a browser addon where you push a button in the top right corner of your browser, type a username, and then it transforms the page to show nothing but posts by the user of that page by leveraging the web page’s frontend scripting language.
So there’s a user-friendly way to transform your browser’s rendering without APIs, clunky web scrapers or excess server load. It’s basically the same principle that adblockers work on.
Upvoted for actually considering how it could be done. It does sort of answer the letter if not the spirit of what I had in mind.
I admit I didn’t think it all the way through. If your goal isn’t ultimately data collection, you would make a browser addon and use javascript injection (the frontend scripting language for rendering web pages). I replied to another person with loose technical details, but you could create a browser addon where you push a button in the top right corner of your browser, type a username, and then it transforms the page to show nothing but posts by the user of that page by leveraging the web page’s frontend scripting language.
So there’s a user-friendly way to transform your browser’s rendering without APIs, clunky web scrapers or excess server load. It’s basically the same principle that adblockers work on.