Adam

Results 113 issues of Adam

Add conversion to AGTree, related to - https://github.com/AdguardTeam/FiltersCompiler/issues/164 Converting rules to uBO: `##+js(rc, selector, class, applying)` -> `##selector:remove-class(class)` `#%#//scriptlet('remove-class', 'selector', 'class', 'applying')` -> `##selector:remove-class(class)`

Priority: P4
T: AGTree

Sometimes some characters can be escaped when it's not necessary. For example it's not necessary to escape `+` in: ```adblock /\/[a-z0-9]{12}\/[a-zA-Z0-9\/\+]{1,10}$/ ``` so it could be rewritten as: ```adblock /\/[a-z0-9]{12}\/[a-zA-Z0-9\/+]{1,10}$/...

T: Linter rule
Priority: P4

Does this issue occur when all extensions are disabled?: It's related to GitHub Copilot Chat extension - VS Code Version: ``` Version: 1.101.0-insider (user setup) Commit: 1d7ad01f171443c8b2401f031c2e8f686121515c Date: 2025-05-22T05:04:08.035Z Electron:...

### 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
Resolution: Fixed
Status: Resolved
Priority: P3
MV3
Version: AdGuard v5.3

### 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: P3
MV3
Version: AdGuard v5.3

### 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: P4
MV2

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

Resolution: Fixed
Status: In Review
Priority: P4
Version: AdGuard v7.21

### 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: P4
Version: CoreLibs v1.21

### Issue Details Sometimes website uses "random" path for scripts or requests and broad `$replace` rule is used, like for example - `||example.org^$replace=/ads/no_ads/,script,xmlhttprequest` so other request like `example.org/tracker.js` are not...

Feature request

I'm not sure, but it looks that `cap_html_filtering` directive does not work - https://adguard.com/kb/general/ad-filtering/create-own-filters/#conditions-directive >`cap_html_filtering` — products that support HTML filtering rules: AdGuard for Windows, AdGuard for Mac, AdGuard for...

Priority: P4