How to listen in on DOM changes that you make with chrome developer tool
问题 I need to make an application that can detect when I use chrome developer tool to update attributes on a webpage. E.g. if I bring up the developer tool, use the elements selector and change the font size of a specific element (see picture). I should be able to have a program running that is notified with what element was updated on the page, and what attributes was changed. How could that be done? 回答1: It sounds like a mutation observor job. Have a look at https://developer.mozilla.org/en