Skip to content

Commit

Permalink
fix tables of contents back, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-atr committed Nov 9, 2022
1 parent a60a9c7 commit a93acba
Showing 1 changed file with 16 additions and 20 deletions.
36 changes: 16 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,21 @@

AdGuard's Scriptlets and Redirect resources library which provides extended capabilities for content blocking.

- [AdGuard Scriptlets and Redirect resources](#adguard-scriptlets-and-redirect-resources)
- [Scriptlets](#scriptlets)
- [<a id="scriptlet-syntax"></a> Syntax](#-syntax)
- [<a id="trusted-scriptlets"></a> Trusted scriptlets](#-trusted-scriptlets)
- [<a id="trusted-scriptlets-application"></a> Application restriction](#-application-restriction)
- [Redirect resources](#redirect-resources)
- [<a id="redirect-syntax"></a> Syntax](#-syntax-1)
- [<a id="how-to-build"></a> How to build](#-how-to-build)
- [Build for Extension](#build-for-extension)
- [Build output](#build-output)
- [Scriptlets library](#scriptlets-library)
- [<a id="redirects_api-methods"></a> Imported `redirects` has such methods:](#-imported-redirects-has-such-methods)
- [Corelibs library](#corelibs-library)
- [Redirects library](#redirects-library)
- [<a id="how-to-test"></a> How to test](#-how-to-test)
- [Debugging](#debugging)
- [<a id="how-to-update-wiki"></a> How to update wiki](#-how-to-update-wiki)
- [<a id="browser-compatibility"> Browser Compatibility](#a-idbrowser-compatibility-browser-compatibility)
- [<a id="used-by"> Projects using Scriptlets](#a-idused-by-projects-using-scriptlets)
* [Scriptlets](#scriptlets)
* [Syntax](#scriptlet-syntax)
* [Available scriptlets](https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#scriptlets)
* [Scriptlets compatibility table](https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/compatibility-table.md#scriptlets)
* [Trusted scriptlets](#trusted-scriptlets)
* [Application restriction](#trusted-scriptlets-application)
* [Redirect resources](#redirect-resources)
* [Syntax](#redirect-syntax)
* [Available redirect resources](https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-redirects.md#redirect-resources)
* [Redirect resources compatibility table](https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/compatibility-table.md#redirects)
* [How to build](#how-to-build)
* [How to test](#how-to-test)
* [How to update wiki](#how-to-update-wiki)
* [Browser compatibility](#browser-compatibility)
* [Projects using Scriptlets](#used-by)

* * *
## Scriptlets
Expand Down Expand Up @@ -55,7 +51,7 @@ example.org#%#//scriptlet('abort-on-property-read', 'alert')
example.org#%#//scriptlet('remove-class', 'branding', 'div[class^="inner"]')
```

This rule applies the `abort-on-property-read` scriptlet on all pages of `example.org` and its subdomains, and passes one orgument to it (`alert`).
This rule applies the `abort-on-property-read` scriptlet on all pages of `example.org` and its subdomains, and passes one argument to it (`alert`).

* **[Scriptlets list](https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-scriptlets.md#scriptlets)**
* **[Scriptlets compatibility table](https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/compatibility-table.md#scriptlets)**
Expand Down

0 comments on commit a93acba

Please # to comment.