Results 272 issues of Alex

For exampple, these rules exist in DNS filter from `AdGuardSDNSFilter`, but not in `HostlistsRegistry` ``` ||193.200.64.24^ ||212.117.190.201^ ```

OS: MacOS Sonoma 14.5 Browser: Safari 17.6 AdGuard: 2.16.0.1808 nightly / CL 1.16.25 / Scriptlets 1.11.16 Example of the site with the problem: https://tweakers.net/ Screenshot ![image](https://github.com/user-attachments/assets/d96e6306-270b-4066-8be8-6b54392c66f8) UPD: The rules, which...

bug
Priority: P4

### Describe your feature Hi It would be great if there was formatting support for JS. I'm currently using the `Code Formatter - JSON, CSS & JavaScript` extension in Chrome...

enhancement

### 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...

Bug
Priority: P2
Version: CoreLibs v1.18

ABP syntax https://github.com/easylist/easylist/commit/99c717facd46997a3b90bb697c1515c7c957350e#diff-d95e1ad0368a5fb3bacb89fc7f209b9fa33a9974d9d2cf4b9a98903b7aa356a2R850 ```adblock euronews.com###o-site-hr__leaderboard-wallpaper.u-show-for-xlarge {remove:true;} ``` AdGuard extended CSS syntax: ```adblock euronews.com#$?##o-site-hr__leaderboard-wallpaper.u-show-for-xlarge { remove: true; } ```

Resolution: Fixed
Status: Resolved
Priority: P4

For example, Base filter at the moment contains ~4k duplicates (the most of them exist in EasyList) We need to remove duplicates during compilation. Start with equal lines.

Priority: P4

``` Error: "'url' is not valid modifier" in the rule: "[$url=/^https?:\/\/\d{1\,3}\.\d{1\,3}\.\d{1\,3}\.\d{1\,3}\/.*(\?|&)__cpo=aHR0c/]#%#//scriptlet('set-constant', '__Cpn.prototype.showAds', 'false')" Error: "'url' is not valid modifier" in the rule: "[$url=/^https?:\/\/\d{1\,3}\.\d{1\,3}\.\d{1\,3}\.\d{1\,3}\/.*(\?|&)__cpo=aHR0c/]#%#//scriptlet('abort-on-stack-trace', 'addEventListener', '/attachEvent[\s\S]*?Popup[\s\S]*?register/')" ```

Priority: P4

https://github.com/AdguardTeam/CoreLibs/issues/1917 https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#urlskip

Priority: P3
Feature request

![image](https://github.com/user-attachments/assets/60bea9c3-02ce-4ce0-b052-a102ed1e0ddb) ``` wiki.yjsnpi.nu$$script:contains(/\+['"`]\w.+catch/) ```

bug
Priority: P4
T: syntax highlighter

Not recognized as invalid - no CSS style / mistaken `$` `investing.com#$#.relative ~ div[class^="fixed bottom-0 z-50"]` `investing.com#@$#.relative ~ div[class^="fixed bottom-0 z-50"]` Extended CSS is detected `investing.com#$?#.relative ~ div[class^="fixed bottom-0 z-50"]`...

Priority: P4
inconsistency