From 2bc9f70e092db38086b4ef6df6db8dd4a64ccf25 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 21 Aug 2024 05:55:05 +0530 Subject: [PATCH] fix(temporary): do not disable ad blocker manually --- maxun-core/src/interpret.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }