problem description
wants to implement a function that can monitor changes in the content of the current page, then grab the content of the page, and send the content to the specified server. Is there a similar browser plug-in or tool?
wants to implement a function that can monitor changes in the content of the current page, then grab the content of the page, and send the content to the specified server. Is there a similar browser plug-in or tool?
it seems that Tencent has a monitoring library that can monitor these mainly using MutationObserver to monitor dom changes. You can try
problem description if you want to package a chrome plug-in, first pass chromeuser Data crx do not upload to the chrome store, how to get the crx file, installation can be used normally, ask for advice, thank you ...