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) {