Skip to content

Commit 66c5ce4

Browse files
committed
Fix adblocker preloading to inject scripts/styles
1 parent 22c7f70 commit 66c5ce4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/adblocker/front.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = () => {
2+
// Preload adblocker to inject scripts/styles
3+
require("@cliqz/adblocker-electron-preload/dist/preload.cjs");
4+
};

0 commit comments

Comments
 (0)