mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
hotfix: hotfix for #1267
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
import config, { blockers } from './config';
|
||||
import config from './config';
|
||||
import inject from './inject';
|
||||
import injectCliqzPreload from './inject-cliqz-preload';
|
||||
|
||||
import { blockers } from './blocker-types';
|
||||
|
||||
export default async () => {
|
||||
if (await config.shouldUseBlocklists()) {
|
||||
// Preload adblocker to inject scripts/styles
|
||||
|
||||
Reference in New Issue
Block a user