Hacker News new | ask | show | jobs
by ricardo81 612 days ago
You could potentially use document.querySelector('html').outerHTML and POST it somewhere
2 comments

And listen for changes with a MutationObserver
Got it!
Thanks!