From dd602a078ca5e841280ce846d025d90f1d0d3337 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 11 Oct 2015 11:46:30 -0400 Subject: [PATCH] Updated Inline script tag filtering (markdown) --- Inline-script-tag-filtering.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Inline-script-tag-filtering.md b/Inline-script-tag-filtering.md index f08b1c0..7af2de0 100644 --- a/Inline-script-tag-filtering.md +++ b/Inline-script-tag-filtering.md @@ -2,11 +2,21 @@ Back to [Static filter syntax](https://github.com/gorhill/uBlock/wiki/Static-fil *** +- [Caveats](#caveats) - [Overview](#overview) - [Compatibility with Adblock Plus](#compatibility-with-adblock-plus) - [Concrete examples of usefulness](#concrete-examples-of-usefulness) - [Why is the new inline script tag filter a cosmetic one?](#why-is-the-new-inline-script-tag-filter-a-cosmetic-one) -- [Caveats](#caveats) + +*** + +#### Caveats + +Script tag filters do not work in all browsers, due to browser API limitations: + +- Not supported in Chromium-based browser. + - Starring the [related Chromium issue](https://code.google.com/p/chromium/issues/detail?id=168175) may help motivate Chromium devs to implement support. +- Not supported on older versions of Firefox. *** @@ -98,14 +108,4 @@ Whatever can't be blocked using a network request filter can be taken care by a ... -#### Caveats - -Script tag filters do not work in all browsers, due to browser API limitations: - -- Not supported in Chromium-based browser. - - Starring the [related Chromium issue](https://code.google.com/p/chromium/issues/detail?id=168175) may help motivate Chromium devs to implement support. -- Not supported on older versions of Firefox. - -*** - - [1] Through the use of the `inline-script` static filter option (`||example.com^$inline-script`), or through the use of a dynamic filtering block rule for _inline scripts_. \ No newline at end of file