I've build chrome extension where it takes out newsfeeds from social media pages. However, I'd like to keep posts from specific social media accounts that users follow w/o injecting but filtering. The problem is that sometimes(if not most of the times) the posts might not be in the preloaded feed & all social media companies use lazy loading. Therefore, I am really looking for creative solutions to solve this intriguing problem.
Unsuccessful methods I've tried:
This question does not really fit that well within Stack Overflow, IMHO, because it is not about code, but about programming principles in general.
Thus, no-one can give you an answer showing how your code should look like. But at least we can come up with advises on how to deal with your scenario.
My advise would be for you to: