From 097d10e510d0a60ae91b6c021c3d38daa26677a1 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Sun, 20 Oct 2019 14:11:39 +0200 Subject: [PATCH] support hashing --- background.js | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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(/