Nice idea. I had tried to make chrome extension before, but using DOM manipulation method document.querySelector()
but it didnt work well with Single App Application like React. Didn't spend much time on it, might read thru your source code later.
You are viewing a single comment's thread from:
Yea... I had to investigate on the dynamic content and use the MutationObserver to detect when a content has been dynamically injected into the page
If you find any ideas or optimization, let me know or make a PR
alright sure