Skip to content

Commit

Permalink
Merge branch 'master' into agm-2125-userstyles-article-in-kb
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov authored Oct 10, 2024
2 parents 8e7d58c + d55efa3 commit b0feee7
Show file tree
Hide file tree
Showing 208 changed files with 2,876 additions and 2,910 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The maximum number of simultaneously enabled filters is **50**.

**Dynamic rules:** a strict cap of **5,000** rules is imposed, which includes a maximum of 1,000 regex rules.

If this limit is exceeded, only **5,000 converted rules** will be applied in the following order: first allowlist, then user rules, and finally — custom filters.
If this limit is exceeded, only **5,000 converted rules** will be applied in the following order: first Allowlist, then User rules, Custom filters, and finally — Quick Fixes filter.

> **Converted rules** are rules that have been transformed
> to [DNR format] using the [declarative converter][github-declarative-converter].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ preroll.ts

:::caution Restrictions

- `$hls` rules are only allowed [**in trusted filters**](#trusted-filters).
- Rules with the `$hls` modifier can only be used [**in trusted filters**](#trusted-filters).
- `$hls` rules are compatible with the modifiers `$domain`, `$third-party`, `$strict-third-party`, `$strict-first-party`, `$app`, `$important`, `$match-case`, and `$xmlhttprequest` only.
- `$hls` rules only apply to HLS playlists, which are UTF-8 encoded text starting with the line `#EXTM3U`. Any other response will not be modified by these rules.
- `$hls` rules do not apply if the size of the original response is more than 10 MB.
Expand Down Expand Up @@ -2249,7 +2249,7 @@ In case of multiple `$removeheader` rules matching a single request, we will app

:::caution Restrictions

This type of rules can be used [**only in trusted filters**](#trusted-filters).
This type of rules can only be used [**in trusted filters**](#trusted-filters).

1. In order to avoid compromising the security `$removeheader` cannot remove headers from the list below:
- `access-control-allow-origin`
Expand Down Expand Up @@ -2321,8 +2321,6 @@ Rules with `$removeheader` modifier are supported by AdGuard for Windows, AdGuar

Rules with `$removeparam` modifier are intended to strip query parameters from requests' URLs. Please note that such rules are only applied to `GET`, `HEAD`, `OPTIONS`, and sometimes `POST` requests.

`$removeparam` rules that do not have any [content type modifiers](#content-type-modifiers) will match only requests where content type is `document`.

**Syntax**

**Basic syntax**
Expand Down Expand Up @@ -2488,8 +2486,9 @@ With these rules, specified UTM parameters will be removed from any request save

:::caution Restrictions

- Rules with `$removeparam` modifier can be used [**only in trusted filters**](#trusted-filters).
- `$removeparam` rules are compatible with [basic modifiers](#basic-rules-basic-modifiers), [content-type modifiers](#content-type-modifiers), and with `$important` and `$app` modifiers. Rules with any other modifiers are considered invalid and will be discarded.
1. Rules with the `$removeparam` modifier can only be used [**in trusted filters**](#trusted-filters).
1. `$removeparam` rules are compatible with [basic modifiers](#basic-rules-basic-modifiers), [content-type modifiers](#content-type-modifiers), and with the `$important` and `$app` modifiers. Rules with any other modifiers are considered invalid and will be discarded.
1. `$removeparam` rules without [content type modifiers](#content-type-modifiers) will only match requests where the content type is `document`.

:::

Expand Down Expand Up @@ -2565,7 +2564,7 @@ You can see how this rule works here: http://regexr.com/3cesk
:::caution Restrictions
Rules with `$replace` modifier can be used [**only in trusted filters**](#trusted-filters).
Rules with the `$replace` modifier can only be used [**in trusted filters**](#trusted-filters).
:::
Expand Down Expand Up @@ -2658,7 +2657,7 @@ the request to `https://example.com/firstpath` will be blocked.
:::caution Restrictions
Rules with the `$urltransform` modifier can be used [**only in trusted filters**](#trusted-filters).
Rules with the `$urltransform` modifier can only be used [**in trusted filters**](#trusted-filters).
:::
Expand Down Expand Up @@ -4030,7 +4029,7 @@ We recommend to use this kind of exceptions only if it is not possible to change
:::caution Restrictions
JavaScript rules can be used [**only in trusted filters**](#trusted-filters).
JavaScript rules can only be used [**in trusted filters**](#trusted-filters).
:::
Expand Down Expand Up @@ -4149,7 +4148,7 @@ Trusted scriptlets are not compatible with other ad blockers except AdGuard.
:::caution Restrictions
Trusted scriptlets rules can be used [**only in trusted filters**](#trusted-filters).
Trusted scriptlets rules can only be used [**in trusted filters**](#trusted-filters).
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The maximum number of simultaneously enabled filters is **50**.

**Dynamic rules:** a strict cap of **5,000** rules is imposed, which includes a maximum of 1,000 regex rules.

If this limit is exceeded, only **5,000 converted rules** will be applied in the following order: first allowlist, then user rules, and finally — custom filters.
If this limit is exceeded, only **5,000 converted rules** will be applied in the following order: first Allowlist, then User rules, Custom filters, and finally — Quick Fixes filter.

> **Converted rules** are rules that have been transformed
> to [DNR format] using the [declarative converter][github-declarative-converter].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ preroll.ts

:::caution Restrictions

- `$hls` rules are only allowed [**in trusted filters**](#trusted-filters).
- Rules with the `$hls` modifier can only be used [**in trusted filters**](#trusted-filters).
- `$hls` rules are compatible with the modifiers `$domain`, `$third-party`, `$strict-third-party`, `$strict-first-party`, `$app`, `$important`, `$match-case`, and `$xmlhttprequest` only.
- `$hls` rules only apply to HLS playlists, which are UTF-8 encoded text starting with the line `#EXTM3U`. Any other response will not be modified by these rules.
- `$hls` rules do not apply if the size of the original response is more than 10 MB.
Expand Down Expand Up @@ -2249,7 +2249,7 @@ In case of multiple `$removeheader` rules matching a single request, we will app

:::caution Restrictions

This type of rules can be used [**only in trusted filters**](#trusted-filters).
This type of rules can only be used [**in trusted filters**](#trusted-filters).

1. In order to avoid compromising the security `$removeheader` cannot remove headers from the list below:
- `access-control-allow-origin`
Expand Down Expand Up @@ -2321,8 +2321,6 @@ Rules with `$removeheader` modifier are supported by AdGuard for Windows, AdGuar

Rules with `$removeparam` modifier are intended to strip query parameters from requests' URLs. Please note that such rules are only applied to `GET`, `HEAD`, `OPTIONS`, and sometimes `POST` requests.

`$removeparam` rules that do not have any [content type modifiers](#content-type-modifiers) will match only requests where content type is `document`.

**Syntax**

**Basic syntax**
Expand Down Expand Up @@ -2488,8 +2486,9 @@ With these rules, specified UTM parameters will be removed from any request save

:::caution Restrictions

- Rules with `$removeparam` modifier can be used [**only in trusted filters**](#trusted-filters).
- `$removeparam` rules are compatible with [basic modifiers](#basic-rules-basic-modifiers), [content-type modifiers](#content-type-modifiers), and with `$important` and `$app` modifiers. Rules with any other modifiers are considered invalid and will be discarded.
1. Rules with the `$removeparam` modifier can only be used [**in trusted filters**](#trusted-filters).
1. `$removeparam` rules are compatible with [basic modifiers](#basic-rules-basic-modifiers), [content-type modifiers](#content-type-modifiers), and with the `$important` and `$app` modifiers. Rules with any other modifiers are considered invalid and will be discarded.
1. `$removeparam` rules without [content type modifiers](#content-type-modifiers) will only match requests where the content type is `document`.

:::

Expand Down Expand Up @@ -2565,7 +2564,7 @@ You can see how this rule works here: http://regexr.com/3cesk
:::caution Restrictions
Rules with `$replace` modifier can be used [**only in trusted filters**](#trusted-filters).
Rules with the `$replace` modifier can only be used [**in trusted filters**](#trusted-filters).
:::
Expand Down Expand Up @@ -2658,7 +2657,7 @@ the request to `https://example.com/firstpath` will be blocked.
:::caution Restrictions
Rules with the `$urltransform` modifier can be used [**only in trusted filters**](#trusted-filters).
Rules with the `$urltransform` modifier can only be used [**in trusted filters**](#trusted-filters).
:::
Expand Down Expand Up @@ -4030,7 +4029,7 @@ We recommend to use this kind of exceptions only if it is not possible to change
:::caution Restrictions
JavaScript rules can be used [**only in trusted filters**](#trusted-filters).
JavaScript rules can only be used [**in trusted filters**](#trusted-filters).
:::
Expand Down Expand Up @@ -4149,7 +4148,7 @@ Trusted scriptlets are not compatible with other ad blockers except AdGuard.
:::caution Restrictions
Trusted scriptlets rules can be used [**only in trusted filters**](#trusted-filters).
Trusted scriptlets rules can only be used [**in trusted filters**](#trusted-filters).
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ Tento článek je o Rozšíření prohlížeče AdGuard, které chrání pouze v

:::

While AdGuard Browser Extension can block ads in browsers, [AdGuard standalone programs](/adguard-browser-extension/comparison-standalone) filter all the traffic on your device, including from browsers and apps.
Zatímco rozšíření prohlížeče AdGuard může blokovat reklamy v prohlížečích, [samostatné programy AdGuard](/adguard-browser-extension/comparison-standalone) filtrují veškerý provoz ve vašem zařízení, a to i z prohlížečů a aplikací.

If you decide to install both the extension and the standalone program on your PC, you may encounter some compatibility issues. The problem is that in some cases the application and the extension may interfere with each other. Some websites will no longer be protected by the desktop program and will only be protected by the extension, which has fewer options. Also, filtering may work incorrectly for some websites. Therefore, we don't recommend using the extension together with the application.
Pokud se rozhodnete do počítače nainstalovat rozšíření i samostatný program, můžete narazit na problémy s kompatibilitou. Problémem je, že v některých případech se aplikace a rozšíření mohou vzájemně rušit. Některé webové stránky již nebudou chráněny programem pro stolní počítače a budou chráněny pouze rozšířením, které má méně možností. Také filtrování může u některých webových stránek fungovat nesprávně. Proto nedoporučujeme používat rozšíření společně s aplikací.

If you have the desktop version of AdGuard installed on your PC, it is better to use AdGuard Browser Assistant instead of the extension.
Pokud máte v počítači nainstalovanou desktopovou verzi AdGuard, je lepší použít místo rozšíření Asistenta prohlížeče AdGuard.

## AdGuard Asistent prohlížeče

![AdGuard Browser Assistant \*mobile\_border](https://cdn.adtidy.org/content/kb/ad_blocker/browser_extension/ad_blocker_browser_extension_assistant.png)

AdGuard Browser Assistant is a browser extension that works and feels just like AdGuard Browser Extension, but it's much lighter and doesn't interfere with the desktop apps. You can [read more about Browser Assistant for Windows](/adguard-for-windows/browser-assistant) or [Mac](/adguard-for-mac/features/browser-assistant), or [download it from our website](https://adguard.com/adguard-assistant/overview.html).
Asistent prohlížeče AdGuard je rozšíření prohlížeče, které funguje a působí stejně jako rozšíření prohlížeče AdGuard, ale je mnohem lehčí a nezasahuje do aplikací na ploše. Můžete si [přečíst více o programu Asistent prohlížeče pro Windows](/adguard-for-windows/browser-assistant) nebo [Mac](/adguard-for-mac/features/browser-assistant), případně [stáhnout z našich webových stránek](https://adguard.com/adguard-assistant/overview.html).

AdGuard Browser Assistant is available in all major browsers.
AdGuard Asistent prohlížeče je k dispozici ve všech známých prohlížečích.
Loading

0 comments on commit b0feee7

Please sign in to comment.