mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
Initial commit - app + 4 plugins
This commit is contained in:
3
plugins/adblocker/back.js
Normal file
3
plugins/adblocker/back.js
Normal file
@ -0,0 +1,3 @@
|
||||
const { blockWindowAds } = require("./blocker");
|
||||
|
||||
module.exports = win => blockWindowAds(win.webContents);
|
||||
Reference in New Issue
Block a user