jensmogens
jensmogens
I have modified the script by @utam-1 to work. Mostly what was broken, was just some variables that had their name changed, like calling `monitor.listenXHR` when the function is actually...
This seems to be a limitation of Chromium (source: https://superuser.com/a/1548749), so I doubt it would be a feature integrated into this package. However, some have Chrome extensions to bypass that,...
Now that Google has disabled the `--load-extension` flag, this is not doable in the same way anymore. I've gotten this to work, at least when incognito is disabled: ```ts import...
You can install uBlock as a chrome extension like this: https://github.com/ulixee/hero/issues/266#issuecomment-3517172601 I imagine that you can pretty easily add your own filters to that as well.
You can try to enable debugging by setting the environment variable `DEBUG` to `ulx*` like so `DEBUG=ulx*`. Then it'll hopefully print out a more detailed error :)