We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679bd01 commit 2bd87cbCopy full SHA for 2bd87cb
scriptlets.js
@@ -45,7 +45,7 @@ function removeNode(
45
const start = ( ) => {
46
if ( removenode() === false ) { return; }
47
observer = new MutationObserver(onDomChanged);
48
- observer.observe(document.documentElement, {
+ observer.observe(document.body, {
49
subtree: true,
50
childList: true,
51
});
0 commit comments