i dont think it is a browser extension, because i tested it on a few devices. so i resolved it
in file c3runtime.js find:
URL.revokeObjectURL(d)
URL.revokeObjectURL(d)
URL.revokeObjectURL(b)
URL.revokeObjectURL(this.aI)
and replace it with:
setTimeout (() => {
URL.revokeObjectURL(d)
} , 200);
setTimeout (() => {
URL.revokeObjectURL(d)
} , 200);
}};
setTimeout (() => {
URL.revokeObjectURL(b)
} , 200);
setTimeout (() => {
URL.revokeObjectURL(this.aI)
} , 200);
in file main.js find:
window.C3_IsSupported&&(window.c3_runtimeInterface=new self.na({Lg:!0,Mg:"workermain.js",Ta:["scripts/c3runtime.js"],ub:[],ge:"",he:"module",Ig:"scripts/",ed:["box2d.wasm.js"],fe:"html5"}))
and replace it with:
setTimeout (() => {
window.C3_IsSupported&&(window.c3_runtimeInterface=new self.na({Lg:!0,Mg:"workermain.js",Ta:["scripts/c3runtime.js?version=1"+Math.random()],ub:[],ge:"",he:"module",Ig:"scripts/",ed:["box2d.wasm.js"],fe:"html5"}))
} , 200);