Skip to content

Commit ad07d43

Browse files
authored
Update scriptlets.js
1 parent a7c4ceb commit ad07d43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scriptlets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function renameAttr(
4545
const start = ( ) => {
4646
if ( renameattr() === false ) { return; }
4747
observer = new MutationObserver(onDomChanged);
48-
observer.observe(document.body, {
48+
observer.observe(document.documentElement, {
4949
subtree: true,
5050
childList: true,
5151
});

0 commit comments

Comments
 (0)