Chrome Extension: How to reload/re-execute content script on Ajax request
问题 I'm trying to execute a content script for a certain site (inject a button or change the link) however I would like to do this as the user browses the website. The problem is that the web page is built dynamically with ajax requests as the user browses. I had solved this earlier in an extension I had written by actually injecting my javascript into the web page. I was wondering whether there is a better alternative of just being able to register for an ajaxComplete event or something similar