fix(script): make observer more aggressive
This commit is contained in:
parent
3b6e8c3e28
commit
e3aa1b6b67
@ -35,6 +35,7 @@ const doMagic = () => {
|
|||||||
const observe = () => {
|
const observe = () => {
|
||||||
observer.observe(document.body, {
|
observer.observe(document.body, {
|
||||||
attributes: true,
|
attributes: true,
|
||||||
|
childList: true,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user