Dmitry Seregin
Dmitry Seregin
@zyxk you can try use this version https://github.com/AdguardTeam/go-sciter, which was adapted for Sciter 4.4.7.0+
@tumatanquang, the calculation of priority actually works correctly. However, when we consider these rules: ``` ||example.com^$removeparam=popunderp popunderp ``` The rule with `$removeparam` is not a blocking rule; it simply removes...
@tumatanquang Yes, this is why modifiers like `$removeparam` itself don't contribute to the rule's weight. This is a kind of limitation when trying to encompass all modifiers within a single...
Related issue - https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2732
This can be achieved by updating filters-downloader to the second version - it contains more informative logs.
@goodjohnjr Hello! Unfortunately, in this experimental version we try to support work at least in Chrome. We have not tested the work of this extension in other browsers, in particular,...
@jslawler we currently only support this experimental extension in Chrome
There is a bug in chromium which they are trying to reproduce - https://issues.chromium.org/issues/40285683
@Mercyletter This can happen if you have added too large custom filter (e.g. about 200-300k rules). Can you attach the problematic custom filters? I will try to reproduce the error.
@Mercyletter tried to reproduce the problem - added these rules to the user rules section and everything is fine. Please check if there are any red errors in the chrome://extensions...