We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c7f70 commit 66c5ce4Copy full SHA for 66c5ce4
plugins/adblocker/front.js
@@ -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