Adam

Results 113 issues of Adam

It's similar issue like - https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2980 On websites which use a `Trusted Types`, `trusted-replace-node-text` doesn't work. Steps to reproduce: 1. Add this rule: ```adblock youtube.com#%#//scriptlet('trusted-replace-node-text', 'script', 'if (window.ytcsi) {ytcsi', 'if...

enhancement
Resolution: Fixed
Status: Resolved
Priority: P4
Version: Scriptlets v1.12

Steps to reproduce: 1. Add this rule: ```adblock example.org#%#//scriptlet('prevent-fetch', 'googlesyndication', '', 'opaque') ``` 2, Go to - https://example.org/ 3. In browser console run: ```js (async () => { try {...

enhancement
Resolution: Fixed
Status: Resolved
Priority: P4
Version: Scriptlets v1.12

Recently I have noticed that some websites uses `click()` to open popups. For example: ```js (() => { const url = '/popup'; const createElm = document.createElement("a"); createElm.href = url; createElm.target...

Feature request
Priority: P4

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

### 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: P2
Version: CoreLibs v1.18

### Issue Details For example, if there are 2 scripts like: ```html ``` And we want to remove only this with `defer` attribute using rule like: ```adblock example.org$$script[src="test"][defer] ``` Then...

Feature request
Resolution: Fixed
Status: In Review
Priority: P4
Version: CoreLibs v1.18

### 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: In Review
Priority: P4
Version: CoreLibs v1.18

Currently it's marked as invalid: ```adblock ! Error: "Unknown modifier: urltransform=/^https:\/\/af\.gog\.com\/game\//https:\/\/www.gog\.com\/game\//" in the rule: "||af.gog.com/game/$urltransform=/^https:\/\/af\.gog\.com\/game\//https:\/\/www.gog\.com\/game\//" ||af.gog.com/game/$urltransform=/^https:\/\/af\.gog\.com\/game\//https:\/\/www.gog\.com\/game\// ``` https://github.com/AdguardTeam/FiltersRegistry/blob/d38bb44709bbe4317272a2772c9f80ce2182b3bf/filters/filter_2_Base/diff.txt#L57-L58

Priority: P3

For example this one: ```adblock ! Error: "The $domain modifier is not allowed in a domain-specific rule" in the rule: "[$domain=/^i[a-z]*\.strmrdr[a-z0-9]+\..*/]#%#//scriptlet('set-constant', 'adscfg.enabled', 'false')" [$domain=/^i[a-z]*\.strmrdr[a-z0-9]+\..*/]#%#//scriptlet('set-constant', 'adscfg.enabled', 'false') ``` https://github.com/AdguardTeam/FiltersRegistry/blob/a51b0d55e87ea3db5e7cbdcabc3c622b7cd83089/filters/filter_13_Turkish/diff.txt It looks...

Priority: P4

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