-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AG-31746 Move scriptlets compatibility tables to AGTree
Merge in ADGUARD-FILTERS/tsurlfilter from fix/AG-31746-3 to master Squashed commit of the following: commit fc36a07 Merge: ab62884 2a02638 Author: stanislav-atr <[email protected]> Date: Mon May 13 19:13:36 2024 +0300 Merge branch 'master' into fix/AG-31746-3 commit ab62884 Author: Slava Leleka <[email protected]> Date: Mon May 13 18:33:28 2024 +0300 packages/agtree/src/compatibility-tables/redirects/README.md edited online with Bitbucket commit d57a183 Author: stanislav-atr <[email protected]> Date: Mon May 13 14:22:37 2024 +0300 remove is_redirect field from scriplets table commit a96cd12 Author: Stanislav Atroschenko <[email protected]> Date: Wed May 8 18:48:51 2024 +0300 update version_added field description in readme for scriptlets and redirects commit 156dba5 Author: Stanislav Atroschenko <[email protected]> Date: Wed May 8 18:36:49 2024 +0300 Revert "draft source data and render script" This reverts commit b1b350f. commit b1b350f Author: Stanislav Atroschenko <[email protected]> Date: Tue May 7 21:23:50 2024 +0300 draft source data and render script commit 9bf3865 Author: Stanislav Atroschenko <[email protected]> Date: Tue May 7 19:09:34 2024 +0300 move the field commit 8a89c09 Author: Stanislav Atroschenko <[email protected]> Date: Tue May 7 18:56:50 2024 +0300 update readme commit fb816cc Author: Stanislav Atroschenko <[email protected]> Date: Tue May 7 18:12:40 2024 +0300 resolve fixmes, improve misc commit cfc4772 Author: Stanislav Atroschenko <[email protected]> Date: Mon May 6 21:10:15 2024 +0300 add docs field to ubo entries commit d61618d Author: Stanislav Atroschenko <[email protected]> Date: Mon May 6 21:07:01 2024 +0300 add versions for ubo entries where possible commit a2e1c2c Author: Stanislav Atroschenko <[email protected]> Date: Mon May 6 19:57:04 2024 +0300 add abp entries where available commit 1dbcdeb Author: Stanislav Atroschenko <[email protected]> Date: Mon May 6 17:48:01 2024 +0300 add docs field for adg scriptlet entries commit 212563d Author: Stanislav Atroschenko <[email protected]> Date: Fri May 3 18:51:34 2024 +0300 update ubo scriptlets entries commit 4b401de Author: Stanislav Atroschenko <[email protected]> Date: Thu May 2 17:45:52 2024 +0300 add is_redirect to scriptlets schema commit a4d6ea3 Author: Stanislav Atroschenko <[email protected]> Date: Thu May 2 17:33:24 2024 +0300 formet and misc improves commit 2829a40 Author: Stanislav Atroschenko <[email protected]> Date: Sat Apr 27 22:10:16 2024 +0300 draft scriptlets compatibility tables
- Loading branch information
1 parent
2a02638
commit ebb9f90
Showing
89 changed files
with
1,647 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
packages/agtree/src/compatibility-tables/scriptlets/abort-current-inline-script.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# TODO: add scriptlet and param descriptions, documentation references, and versions | ||
# Note: content blocking products do not support scriptlets | ||
adg_any_not_cb: | ||
name: abort-current-inline-script | ||
version_added: 1.0.4 | ||
aliases: | ||
- abort-current-script.js | ||
- ubo-abort-current-script.js | ||
- acs.js | ||
- ubo-acs.js | ||
- ubo-abort-current-script | ||
- ubo-acs | ||
- abort-current-inline-script.js | ||
- ubo-abort-current-inline-script.js | ||
- acis.js | ||
- ubo-acis.js | ||
- ubo-abort-current-inline-script | ||
- ubo-acis | ||
- abp-abort-current-inline-script | ||
docs: https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#abort-current-inline-script | ||
parameters: | ||
- name: property | ||
required: true | ||
- name: search | ||
required: false | ||
|
||
ubo_any: | ||
name: abort-current-script.js | ||
version_added: 1.37.0 | ||
aliases: | ||
- acs.js | ||
- abort-current-inline-script.js | ||
- acis.js | ||
docs: https://github.com/gorhill/uBlock/wiki/Resources-Library#abort-current-scriptjs- | ||
parameters: | ||
- name: property | ||
required: true | ||
- name: search | ||
required: false | ||
|
||
abp_any: | ||
name: abort-current-inline-script | ||
version_added: 3.4.3 | ||
docs: https://help.adblockplus.org/hc/en-us/articles/1500002338501-Snippet-filters-tutorial#snippets-ref | ||
parameters: | ||
- name: api | ||
required: true | ||
- name: search | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
packages/agtree/src/compatibility-tables/scriptlets/abort-on-property-write.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# TODO: add scriptlet and param descriptions, documentation references, and versions | ||
# Note: content blocking products do not support scriptlets | ||
adg_any_not_cb: | ||
name: abort-on-property-write | ||
version_added: 1.0.4 | ||
aliases: | ||
- abort-on-property-write.js | ||
- ubo-abort-on-property-write.js | ||
- aopw.js | ||
- ubo-aopw.js | ||
- ubo-abort-on-property-write | ||
- ubo-aopw | ||
- abp-abort-on-property-write | ||
docs: https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#abort-on-property-write | ||
parameters: | ||
- name: property | ||
required: true | ||
|
||
ubo_any: | ||
name: abort-on-property-write.js | ||
aliases: | ||
- aopw.js | ||
docs: https://github.com/gorhill/uBlock/wiki/Resources-Library#abort-on-property-writejs- | ||
parameters: | ||
- name: property | ||
required: true | ||
|
||
abp_any: | ||
name: abort-on-property-write | ||
version_added: 3.4.3 | ||
docs: https://help.adblockplus.org/hc/en-us/articles/1500002338501-Snippet-filters-tutorial#snippets-ref | ||
parameters: | ||
- name: property | ||
required: true | ||
- name: setConfigurable | ||
required: false |
31 changes: 31 additions & 0 deletions
31
packages/agtree/src/compatibility-tables/scriptlets/abort-on-stack-trace.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# TODO: add scriptlet and param descriptions, documentation references, and versions | ||
# Note: content blocking products do not support scriptlets | ||
adg_any_not_cb: | ||
name: abort-on-stack-trace | ||
version_added: 1.5.0 | ||
aliases: | ||
- abort-on-stack-trace.js | ||
- ubo-abort-on-stack-trace.js | ||
- aost.js | ||
- ubo-aost.js | ||
- ubo-abort-on-stack-trace | ||
- ubo-aost | ||
- abp-abort-on-stack-trace | ||
docs: https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#abort-on-stack-trace | ||
parameters: | ||
- name: property | ||
required: true | ||
- name: stack | ||
required: true | ||
|
||
ubo_any: | ||
name: abort-on-stack-trace.js | ||
version_added: 1.29.3rc9 | ||
aliases: | ||
- aost.js | ||
docs: https://github.com/gorhill/uBlock/wiki/Resources-Library#abort-on-stack-tracejs- | ||
parameters: | ||
- name: property | ||
required: true | ||
- name: stack | ||
required: true |
37 changes: 37 additions & 0 deletions
37
packages/agtree/src/compatibility-tables/scriptlets/adjust-setInterval.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# TODO: add scriptlet and param descriptions, documentation references, and versions | ||
# Note: content blocking products do not support scriptlets | ||
adg_any_not_cb: | ||
name: adjust-setInterval | ||
version_added: 1.0.4 | ||
aliases: | ||
- nano-setInterval-booster.js | ||
- ubo-nano-setInterval-booster.js | ||
- nano-sib.js | ||
- ubo-nano-sib.js | ||
- adjust-setInterval.js | ||
- ubo-adjust-setInterval.js | ||
- ubo-nano-setInterval-booster | ||
- ubo-nano-sib | ||
- ubo-adjust-setInterval | ||
docs: https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#adjust-setInterval | ||
parameters: | ||
- name: matchCallback | ||
required: false | ||
- name: matchDelay | ||
required: false | ||
- name: boost | ||
required: false | ||
|
||
ubo_any: | ||
name: adjust-setInterval.js | ||
aliases: | ||
- nano-setInterval-booster.js | ||
- nano-sib.js | ||
docs: https://github.com/gorhill/uBlock/wiki/Resources-Library#adjust-setIntervaljs- | ||
parameters: | ||
- name: matchCallback | ||
required: false | ||
- name: matchDelay | ||
required: false | ||
- name: boost | ||
required: false |
37 changes: 37 additions & 0 deletions
37
packages/agtree/src/compatibility-tables/scriptlets/adjust-setTimeout.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# TODO: add scriptlet and param descriptions, documentation references, and versions | ||
# Note: content blocking products do not support scriptlets | ||
adg_any_not_cb: | ||
name: adjust-setTimeout | ||
version_added: 1.0.4 | ||
aliases: | ||
- adjust-setTimeout.js | ||
- ubo-adjust-setTimeout.js | ||
- nano-setTimeout-booster.js | ||
- ubo-nano-setTimeout-booster.js | ||
- nano-stb.js | ||
- ubo-nano-stb.js | ||
- ubo-adjust-setTimeout | ||
- ubo-nano-setTimeout-booster | ||
- ubo-nano-stb | ||
docs: https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#adjust-setTimeout | ||
parameters: | ||
- name: matchCallback | ||
required: false | ||
- name: matchDelay | ||
required: false | ||
- name: boost | ||
required: false | ||
|
||
ubo_any: | ||
name: adjust-setTimeout.js | ||
aliases: | ||
- nano-setTimeout-booster.js | ||
- nano-stb.js | ||
docs: https://github.com/gorhill/uBlock/wiki/Resources-Library#adjust-setTimeoutjs- | ||
parameters: | ||
- name: matchCallback | ||
required: false | ||
- name: matchDelay | ||
required: false | ||
- name: boost | ||
required: false |
9 changes: 9 additions & 0 deletions
9
packages/agtree/src/compatibility-tables/scriptlets/amazon-apstag.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# TODO: add scriptlet and param descriptions, documentation references, and versions | ||
# Note: content blocking products do not support scriptlets | ||
adg_any_not_cb: | ||
name: amazon-apstag | ||
version_added: 1.10.25 | ||
aliases: | ||
- ubo-amazon_apstag.js | ||
- amazon_apstag.js | ||
docs: https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#amazon-apstag |
21 changes: 21 additions & 0 deletions
21
packages/agtree/src/compatibility-tables/scriptlets/call-nothrow.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# TODO: add scriptlet and param descriptions, documentation references, and versions | ||
# Note: content blocking products do not support scriptlets | ||
adg_any_not_cb: | ||
name: call-nothrow | ||
version_added: 1.10.1 | ||
aliases: | ||
- call-nothrow.js | ||
- ubo-call-nothrow.js | ||
- ubo-call-nothrow | ||
docs: https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#call-nothrow | ||
parameters: | ||
- name: functionName | ||
required: true | ||
|
||
ubo_any: | ||
name: call-nothrow.js | ||
version_added: 1.48.1b0 | ||
docs: https://github.com/gorhill/uBlock/wiki/Resources-Library#call-nothrowjs- | ||
parameters: | ||
- name: functionName | ||
required: true |
26 changes: 26 additions & 0 deletions
26
packages/agtree/src/compatibility-tables/scriptlets/close-window.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# TODO: add scriptlet and param descriptions, documentation references, and versions | ||
# Note: content blocking products do not support scriptlets | ||
adg_any_not_cb: | ||
name: close-window | ||
version_added: 1.5.0 | ||
aliases: | ||
- window-close-if.js | ||
- ubo-window-close-if.js | ||
- ubo-window-close-if | ||
- close-window.js | ||
- ubo-close-window.js | ||
- ubo-close-window | ||
docs: https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#close-window | ||
parameters: | ||
- name: path | ||
required: false | ||
|
||
ubo_any: | ||
name: close-window.js | ||
version_added: 1.39.3b10 | ||
aliases: | ||
- window-close-if.js | ||
docs: https://github.com/gorhill/uBlock/wiki/Resources-Library#close-windowjs- | ||
parameters: | ||
- name: path | ||
required: false |
11 changes: 11 additions & 0 deletions
11
packages/agtree/src/compatibility-tables/scriptlets/debug-current-inline-script.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# TODO: add scriptlet and param descriptions, documentation references, and versions | ||
# Note: content blocking products do not support scriptlets | ||
adg_any_not_cb: | ||
name: debug-current-inline-script | ||
version_added: 1.0.4 | ||
docs: https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#debug-current-inline-script | ||
parameters: | ||
- name: property | ||
required: true | ||
- name: search | ||
required: false |
9 changes: 9 additions & 0 deletions
9
packages/agtree/src/compatibility-tables/scriptlets/debug-on-property-read.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# TODO: add scriptlet and param descriptions, documentation references, and versions | ||
# Note: content blocking products do not support scriptlets | ||
adg_any_not_cb: | ||
name: debug-on-property-read | ||
version_added: 1.0.4 | ||
docs: https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#debug-on-property-read | ||
parameters: | ||
- name: property | ||
required: true |
9 changes: 9 additions & 0 deletions
9
packages/agtree/src/compatibility-tables/scriptlets/debug-on-property-write.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# TODO: add scriptlet and param descriptions, documentation references, and versions | ||
# Note: content blocking products do not support scriptlets | ||
adg_any_not_cb: | ||
name: debug-on-property-write | ||
version_added: 1.0.4 | ||
docs: https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#debug-on-property-write | ||
parameters: | ||
- name: property | ||
required: true |
6 changes: 6 additions & 0 deletions
6
packages/agtree/src/compatibility-tables/scriptlets/didomi-loader.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# TODO: add scriptlet and param descriptions, documentation references, and versions | ||
# Note: content blocking products do not support scriptlets | ||
adg_any_not_cb: | ||
name: didomi-loader | ||
version_added: 1.10.25 | ||
docs: https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#didomi-loader |
Oops, something went wrong.