Open Minyar2004 opened 1 year ago
Hi! It looks like that's an error from the third-party adblocker module provided by cliqz. Maybe they no longer maintain it, or you need to update the module by running npm i @cliqz/adblocker-electron@latest
.
If nothing works, you can simply remove the adblocking and the rest of the browser will work fine. To do it, open src/View.ts
and delete lines: 5 and 6 and 46, 47, 48.
Anywhere you see adblocker
or `ElectronBlocker' or anything like that, you can remove these lines, since the module simply goes 'on top' of the app and is not involved in the logic. But the places I mentioned should be everything.
I will try to work on this later today, so I'll keep you posted and maybe commit a change to the repo.
This is an outdated version of the app btw, I'm building the next iteration of this browser at https://github.com/surferbrowser/surfer. It's a bit different looking though.
PS. it is not a module, but a fully fledged (not really) app.
Hello! I wanted to try your module and I got this error when launching
npm run start
👍