From 496b3ffc1b2fd2e5c6c7f9b772fae707ef7147fe Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Sat, 2 Dec 2023 23:14:04 +0900 Subject: [PATCH] fix(adblocker): remove unused statement --- src/plugins/adblocker/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/adblocker/index.ts b/src/plugins/adblocker/index.ts index 7109a2aa..ba45ef36 100644 --- a/src/plugins/adblocker/index.ts +++ b/src/plugins/adblocker/index.ts @@ -113,8 +113,6 @@ export default createPlugin({ if (config.blocker === blockers.WithBlocklists) { // Preload adblocker to inject scripts/styles await injectCliqzPreload(); - } else if (config.blocker === blockers.InPlayer) { - inject(); } }, async onConfigChange(newConfig) {