Alex
Alex
### Prerequisites Please answer the following questions for yourself before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.** - [x] I am running the latest version - [x] I...
### Issue Details The OS, various apps and websites continuously make a large number of requests, and heavily clog the filtering log, especially when protection is restarted (of added/modiffied the...
### Please answer the following questions for yourself before submitting an issue - [X] Filters were updated before reproducing an issue - [X] I checked the [knowledge base](https://adguard.com/kb/) and found...
### Please answer the following questions for yourself before submitting an issue - [x] Filters were updated before reproducing an issue - [x] I checked the [knowledge base](https://adguard.com/kb/) and found...
### Please answer the following questions for yourself before submitting an issue - [x] Filters were updated before reproducing an issue - [x] I checked the [knowledge base](https://adguard.com/kb/) and found...
### Please answer the following questions for yourself before submitting an issue - [x] Filters were updated before reproducing an issue - [x] I checked the [knowledge base](https://adguard.com/kb/) and found...
Dozens of rules (66 at the moment) like these can be loaded Extended CSS from **third-party** filters ``` Error: "Invalid cosmetic rule, wrong brackets" in the rule: "mcdonalds.pl##body > .cookies...
Parity checking and shielding of unpaired odd characters is required - error - unpaired ```adblock example.com#?#main:has(> div:contains(te'st)) example.com#?#main:has(> div:contains(t'e's't)) ``` - ok, paired ```adblock example.com#?#main:has(> div:contains(t'es't)) ``` - ok, paired,...
```adblock /\/\d{3}$/$xmlhttprequest,redirect=nooptext,domain=rucelka.com ``` is converted to ```adblock /\/\d{3}$/$xmlhttprequest,redirect=noop.txt,domain=rucelka.com,image,media,subdocument,stylesheet,script,xmlhttprequest,other ``` URL of the filter: https://filters.adtidy.org/extension/ublock/filters/1.txt Why this part was added? `image,media,subdocument,stylesheet,script,xmlhttprequest,other` also `xmlhttprequest` is duplicated because of it.