Scriptlets icon indicating copy to clipboard operation
Scriptlets copied to clipboard

AdGuard scriptlets library

Results 159 Scriptlets issues
Sort by recently updated
recently updated
newest added

https://github.com/AdguardTeam/AdguardFilters/issues/218710#issuecomment-3573511921

Priority: P4

Some websites when adblocker is detected or when devtools are opened use `location.href`/`location.replace`/`location.assign`/`location.reload` to redirect to another URL or reload website. The problem with that is that `window.location` is a...

Feature request
Priority: P3

Related to - https://github.com/AdguardTeam/AdguardFilters/issues/210180, `google-ima3` breaks video player. It looks like that there is missed `getCreativeId` method in `Ad.prototype`: https://github.com/AdguardTeam/Scriptlets/blob/3ba245f96237915bbff6fe80c7400b03c0f5014d/src/redirects/google-ima3.js#L281-L315 As far as I understand, it should be a function...

Priority: P4

https://github.com/gorhill/uBlock/wiki/Resources-Library#trusted-override-element-methodjs-

Priority: P4

A few sites started to exploit `performance.now` to see the timing difference with real ad requests. First spotted by @stephenhawk8054 on `https://kio.ac/c/ashM-l6lE_IvX2v9QxR5Gb` with following code ``` const i = e.now();...

Priority: P4

It seems the current `googlesyndication-adsbygoogle` fails to create `iframe#aswift_1` etc. if `.adsbygoogle` does not exist when its executed. This is causing these filters in Base ``` pvpoke-re.com#%#//scriptlet('trusted-create-element', '.adsbygoogle:has(> #aswift_1)', 'div',...

Priority: P4

https://developer.mozilla.org/en-US/docs/Web/API/CookieStore

enhancement
Priority: P4

https://github.com/gorhill/uBlock/commit/b18daa53aaa7c1cbe4f6d9acb09e8a165a3562c9 Also, they should support https://github.com/AdguardTeam/Scriptlets/issues/522.

Priority: P4

Regarding https://github.com/AdguardTeam/AdguardFilters/issues/212995, AdGuard Browser Extension MV2 on Firefox and Chromium can understand clicking multiple elements with each single selector (`.custom-radio-field label[for$="-declineLabel"]`) in the following trusted scriptlet filter: ```adblock nike.com#%#//scriptlet('trusted-click-element', '.custom-radio-field...

Priority: P4

Please support [uBO-flavored JSON path queries](https://github.com/gorhill/uBlock/blob/master/src/js/jsonpath.js) in the following scriptlet: - `json-prune-fetch-response` - `json-prune-xhr-response` - `json-prune` After implementing the feature, the syntax markdown document should be updated.

Priority: P4