A Chrome extension that watches how websites change by hooking into DOM APIs. Useful for debugging, learning, penetration testing, or tracking content changes.
It intercepts DOM API calls so you can:
- Track content changes
- Debug pages
- Perform security tests
- Learn how pages work
-
Clone the repo
-
Install dependencies:
npm install
-
Build the extension:
npm run build
-
In Chrome, open
chrome://extensions, enable Developer mode, click Load Unpacked, and select thedistfolder.