diff --git a/apply.js b/apply.js index 2d4bc1fb..6ae471b7 100644 --- a/apply.js +++ b/apply.js @@ -319,6 +319,7 @@ function initObserver() { // we can detach the mutation observer // we can't detach chrome.runtime.onMessage because it's no longer connected internally iframeObserver.disconnect(); + iframeObserver = null; // we can destroy global functions in this context to free up memory [