You are viewing a single comment's thread from:

RE: Steemed Phish v0.0.14 is out. A Chrome extension to protect yourself from Steemit-like phishing scam websites

in #utopian-io8 years ago

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.

Sort:  

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