diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index d64c3fd..4d45bad 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -1224,7 +1224,7 @@ vAPI.toolbarButton.onBeforeCreated = function(doc) { return; } - new win.MutationObserver(delayedResize).observe(win.body, { + new win.MutationObserver(delayedResize).observe(win.document.body, { attributes: true, characterData: true, subtree: true