diff --git a/thirdparty/StreamSaver.js b/thirdparty/StreamSaver.js index 8e08fc0..738e8dd 100644 --- a/thirdparty/StreamSaver.js +++ b/thirdparty/StreamSaver.js @@ -46,14 +46,12 @@ iframe.src = src iframe.loaded = false iframe.name = 'iframe' - iframe.id = "mitm_iframe" iframe.isIframe = true iframe.postMessage = (...args) => iframe.contentWindow.postMessage(...args) iframe.addEventListener('load', () => { iframe.loaded = true }, { once: true }) document.body.appendChild(iframe) - console.log(iframe); return iframe } diff --git a/thirdparty/mitm.html b/thirdparty/mitm.html index 85c6fdb..360038d 100644 --- a/thirdparty/mitm.html +++ b/thirdparty/mitm.html @@ -14,10 +14,7 @@ when the worker then receives a stream then the worker will tell the opener to open up a link that will start the download --> - -
- - \ No newline at end of file + \ No newline at end of file