mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
fix(adblocker): remove unused statement
This commit is contained in:
@ -113,8 +113,6 @@ export default createPlugin({
|
|||||||
if (config.blocker === blockers.WithBlocklists) {
|
if (config.blocker === blockers.WithBlocklists) {
|
||||||
// Preload adblocker to inject scripts/styles
|
// Preload adblocker to inject scripts/styles
|
||||||
await injectCliqzPreload();
|
await injectCliqzPreload();
|
||||||
} else if (config.blocker === blockers.InPlayer) {
|
|
||||||
inject();
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async onConfigChange(newConfig) {
|
async onConfigChange(newConfig) {
|
||||||
|
|||||||
Reference in New Issue
Block a user