From 7e5880ce23e522528aa76e940dc56a615a6b6898 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sun, 31 May 2020 19:45:23 +0200 Subject: [PATCH] Update SyntaxMeaningsThatAreActuallyHumanReadable.md --- Wiki/SyntaxMeaningsThatAreActuallyHumanReadable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wiki/SyntaxMeaningsThatAreActuallyHumanReadable.md b/Wiki/SyntaxMeaningsThatAreActuallyHumanReadable.md index 4cbf9c640..3cfc9a2a0 100644 --- a/Wiki/SyntaxMeaningsThatAreActuallyHumanReadable.md +++ b/Wiki/SyntaxMeaningsThatAreActuallyHumanReadable.md @@ -33,7 +33,7 @@ * \[no prefix\]: Blocks resources that have this text string *anywhere* in its URL. * `||`: Blocks resources that have a specific domain as its main domain. * `@@`: Whitelists resources to make them load. -* `^`: Wildcard for anything that isn't alphanumerical or "_-.%" . Often used to cover both slash ( / ) and non-slash domain name endings at the same time. +* `^`: Wildcard for anything that isn't alphanumerical or _-.%, and for end-of-lines. * `$third-party`: Ensures that resources from a domain are only blocked if you're not visiting the domain itself. * `$~third-party`: Ensures that resources from a domain are only blocked if you're visiting the domain itself. * `$domain=`: Ensures that resources from a domain are only blocked if you're visiting a specified website. Multiple domains are separated with `|` (Vertical line) and not commas. Supports top-level domain wildcards with e.g. `$domain=tk`.