mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 03:11:46 +00:00
10
plugins/adblocker/preload.ts
Normal file
10
plugins/adblocker/preload.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import config from './config';
|
||||
|
||||
export default async () => {
|
||||
if (await config.shouldUseBlocklists()) {
|
||||
// Preload adblocker to inject scripts/styles
|
||||
require('@cliqz/adblocker-electron-preload');
|
||||
} else if ((await config.get('blocker')) === config.blockers.InPlayer) {
|
||||
require('./inject.js');
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user