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

adding to basket does not work on [hepsiburada.com](https://www.hepsiburada.com/) with redirect rule: ``` ||googletagmanager.com/gtm.js$script,redirect=google-analytics,domain=hepsiburada.com ```

bug
site-specific
Priority: P3

Currently, we have a problem with blocking Pardot trackers: https://github.com/AdguardTeam/cname-trackers/blob/master/trackers/pardot.json Blocking it causes some websites to stop working properly. Let's consider adding a stub for their script to make sure...

enhancement
Version: Scriptlets v1.7

TSUrlFilter issue reference: https://github.com/AdguardTeam/tsurlfilter/issues/60 Compatibility table contains **ALL** ABP/uBO scriptlets, _even if AdGuard doesn't yet support one of them_. However, the API currently only allows to determine whether a scriptlet...

I think that it could be useful in case of some SSAI, like for example here - https://github.com/AdguardTeam/AdguardFilters/issues/44461 Steps to reproduce 1. Use AdGuard extension which doesn't support `$replace` rules...

Resolution: Fixed
Status: Resolved
Version: Scriptlets v1.7

#### Hello,   A lot of websites like [TF1.fr](https://github.com/AdguardTeam/AdguardFilters/pull/102134) hijack `window.console` — allowing them, if necessary, to send the results of `console.error`, etc. to their servers. #### This forced me...

Feature request
Priority: P4

Purposes: - disabling adware loaders on file hosthings; - closing modal windows/forms which require user's action(for example, some GDPR notifications) Example rules: ``` intoupload.net#%#AG_onLoad(function() { setTimeout(function() { $('#chkIsAdd').click(); }, 300);...

Feature request
Resolution: Fixed
Status: Resolved
Version: Scriptlets v1.7

Related to - https://github.com/AdguardTeam/AdguardFilters/commit/94d309658bc0600f7f3fa5e7ff0ad044430100a4 I think that it would be a good idea to make `abort-on-stack-trace` scriptlet more compatible with uBO scriptlet and add ability to abort inline script. https://github.com/gorhill/uBlock/blob/8d7469afcfae7dabefe819eb513a0ba026ed9dd7/assets/resources/scriptlets.js#L261-L265...

Version: Scriptlets v1.7

Some of `AG_defineProperty` rules can't be converted to scriptlets, because in `set-constant` scriptlet we can use only predefined values, so I think that it would be nice if could use...

enhancement
Version: Scriptlets v1.8

`location.hash` is the part of an URL that comes after `#`. For instance, `https://example.org/#heregoeshash`. Doc: https://developer.mozilla.org/en-US/docs/Web/API/Location/hash This script would nicely pair with $removeparam that currently does not handle `location.hash`. @AdguardTeam/filters-maintainers...

enhancement
Priority: P4
Version: Scriptlets v3.0

_Originally posted by @ameshkov in https://github.com/AdguardTeam/Scriptlets/issues/82#issuecomment-625230500_ Check out all the comments in the thread. Here are some thoughts on this. Currently, there are two important scriptlets groups: * Override a...

enhancement
Priority: P4
Version: Scriptlets v3.0