Chrome Extension on Facebook with Dynamic Posts
问题 Sorry, I think this post probably exists but I couldn't find it. Maybe I am using the wrong words. I am making a Chrome extension that looks at Facebook posts and does something to them. My Content Scripts gets the posts correctly, but the new ones that are generated as the user scrolls down are not captured since they came later. I tried hooking into an ajaxComplete handler, but that didn't work (Chrome-extension Javascript to detect dynamically-loaded content) I am not sure if I did