diff --git a/background.js b/background.js index 55ac77a..4756eab 100644 --- a/background.js +++ b/background.js @@ -49,8 +49,8 @@ function fixJs(details) { filter.ondata = event => { let str = decoder.decode(event.data, { stream: true }); - str = str.replace(/\/js\/app\.js/g, '/app.js'); - str = str.replace(/