Skip to content

Commit a7d035c

Browse files
committed
AG-51182 update readme used-by section
Squashed commit of the following: commit 111ba70 Author: slvvko <v.leleka@adguard.com> Date: Thu Feb 19 09:56:40 2026 -0500 update readme used-by section
1 parent 1258abf commit a7d035c

1 file changed

Lines changed: 17 additions & 11 deletions

File tree

README.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ There are two scripts to update wiki:
326326

327327
### <a name="corelibs"></a> CoreLibs
328328

329-
For CoreLibs usage you should use `dist/scriptlets.corelibs.json` and `dist/redirects.json`.
329+
For [CoreLibs] usage you should use `dist/scriptlets.corelibs.json` and `dist/redirects.json`.
330330

331331
File example:
332332

@@ -504,7 +504,7 @@ Current version of scriptlets library.
504504

505505
#### <a name="scriptlets-api--content-script-api"></a> `ContentScriptApi`
506506

507-
API provided by CoreLibs content script.
507+
API provided by [CoreLibs] content script.
508508

509509
This API is used to provide a set of utilities and shared state for scriptlets
510510
running in the context of a web page. Particularly, it includes:
@@ -891,15 +891,21 @@ declare function convertAdgRedirectToUbo(rule: string): string;
891891

892892
## <a name="used-by"> Projects using Scriptlets
893893

894-
- [CoreLibs](https://github.com/AdguardTeam/CoreLibs) (updates automatically)
895-
- [TSUrlFilter](https://github.com/AdguardTeam/tsurlfilter)
896-
- [FiltersCompiler](https://github.com/AdguardTeam/FiltersCompiler)
897-
(`tsurlfilter`'s update might be required as well)
898-
- [AdguardBrowserExtension](https://github.com/AdguardTeam/AdguardBrowserExtension)
899-
(`tsurlfilter` also should be updated)
900-
- [AdguardForSafari](https://github.com/AdguardTeam/AdGuardForSafari) (`adguard-resources` should be updated)
901-
- [AdguardForiOS](https://github.com/AdguardTeam/AdguardForiOS)
902-
(`tsurlfilter` should be updated in `advanced-adblocker-web-extension`)
894+
- [CoreLibs] — updates automatically
895+
- [TSUrlFilter monorepo] — [tsurlfilter] and [tswebextension] packages
896+
- [FiltersCompiler] — [tsurlfilter] should be updated
897+
- [AdguardBrowserExtension] — both [tsurlfilter] and [tswebextension] should be updated
898+
- [SafariConverterLib] — needed for [AdGuardMiniForMac] and [AdguardForiOS]
899+
900+
[CoreLibs]: https://github.com/AdguardTeam/CoreLibs
901+
[TSUrlFilter monorepo]: https://github.com/AdguardTeam/tsurlfilter
902+
[tsurlfilter]: https://github.com/AdguardTeam/tsurlfilter/tree/master/packages/tsurlfilter
903+
[tswebextension]: https://github.com/AdguardTeam/tsurlfilter/tree/master/packages/tswebextension
904+
[FiltersCompiler]: https://github.com/AdguardTeam/FiltersCompiler
905+
[AdguardBrowserExtension]: https://github.com/AdguardTeam/AdguardBrowserExtension
906+
[SafariConverterLib]: https://github.com/AdguardTeam/SafariConverterLib
907+
[AdGuardMiniForMac]: https://github.com/AdguardTeam/AdGuardMiniForMac
908+
[AdguardForiOS]: https://github.com/AdguardTeam/AdguardForiOS
903909

904910
[ubo-redirect]: https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#redirect
905911
[kb-basic-rules]: https://adguard.com/kb/general/ad-filtering/create-own-filters/#basic-rules

0 commit comments

Comments
 (0)