diff --git a/src/resources/scripts/main.ts b/src/resources/scripts/main.ts index 4ca9547..b4ba022 100644 --- a/src/resources/scripts/main.ts +++ b/src/resources/scripts/main.ts @@ -298,11 +298,6 @@ if (window.location.pathname === '/') { const iframe = document.createElement('iframe'); iframe.id = 'main_frame'; - iframe.style.display = 'none'; - iframe.addEventListener('load', () => { - iframe.style.display = ''; - }); - if (storage.local.get('lastVersion') === null) { iframe.src = '/welcome/'; } else if (lastPage !== null) {