fix(script): make observer more aggressive

This commit is contained in:
wanhose 2020-05-21 22:26:13 +02:00
parent 3b6e8c3e28
commit e3aa1b6b67

View File

@ -35,6 +35,7 @@ const doMagic = () => {
const observe = () => {
observer.observe(document.body, {
attributes: true,
childList: true,
});
};