top | item 41834513

(no title)

bkyan | 1 year ago

How do you save your changes with this?

discuss

order

ricardo81|1 year ago

You could potentially use document.querySelector('html').outerHTML and POST it somewhere

kibibu|1 year ago

And listen for changes with a MutationObserver

bkyan|1 year ago

Thanks!