diff --git a/ext/fg/js/popup-nested.js b/ext/fg/js/popup-nested.js index 3ecdf50c..c140f9c8 100644 --- a/ext/fg/js/popup-nested.js +++ b/ext/fg/js/popup-nested.js @@ -36,14 +36,7 @@ function injectPopupNested() { } } -let popupNestedInitialized = false; - async function popupNestedInitialize(id, depth, parentFrameId, url) { - if (popupNestedInitialized) { - return; - } - popupNestedInitialized = true; - let optionsApplied = false; const applyOptions = async () => {