fix(adblocker): remove unused statement

This commit is contained in:
JellyBrick
2023-12-02 23:14:04 +09:00
parent e9a395f67a
commit 496b3ffc1b

View File

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