diff --git a/maxun-core/src/interpret.ts b/maxun-core/src/interpret.ts index 61c781dc..4068f7be 100644 --- a/maxun-core/src/interpret.ts +++ b/maxun-core/src/interpret.ts @@ -525,7 +525,7 @@ export default class Interpreter extends EventEmitter { this.log(e, Level.ERROR); } } else { - await this.disableAdBlocker(p); + //await this.disableAdBlocker(p); return; } }