From 63a8e373582c3a05786f5fa926b98c4cadbddab6 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 6 Sep 2015 12:18:38 -0400 Subject: [PATCH] Updated Filter syntax extensions (markdown) --- Filter-syntax-extensions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Filter-syntax-extensions.md b/Filter-syntax-extensions.md index f6550c7..cde9b12 100644 --- a/Filter-syntax-extensions.md +++ b/Filter-syntax-extensions.md @@ -16,6 +16,10 @@ uBlock extends Adblock Plus filter syntax. This will cause web pages which match the filter to be subjected to strict blocking. +`first-party`: + +This is equivalent to `~third-party`. Provided strictly for convenience (0.9.9.0). + `important`: The filter option `important` means to ignore all _exception_ filters (those prefixed with `@@`). @@ -28,10 +32,6 @@ Example: `||google-analytics.com^$important,third-party` will block all network To specifically disable inline script tags in a main page: `||example.com^$inline-script`. -`first-party`: - -This is equivalent to `~third-party`. Provided strictly for convenience (0.9.9.0). - #### Cosmetic filters **Entity-based cosmetic filters:** Filters which are to be applied to a specific _entity_.