From 0465eedb5026daf81c91c26846691649416318d6 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 30 Sep 2015 16:03:45 -0400 Subject: [PATCH] Created Inline script tag filtering (markdown) --- Inline-script-tag-filtering.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Inline-script-tag-filtering.md diff --git a/Inline-script-tag-filtering.md b/Inline-script-tag-filtering.md new file mode 100644 index 0000000..7b049bf --- /dev/null +++ b/Inline-script-tag-filtering.md @@ -0,0 +1,34 @@ +The ability to filter specific inline script tag started with uBlock Origin 1.2.0. + +There are many ways to block script tags from executing in uBlock Origin: + +- Block external script resources. +- Block all inline script tags[1] at once + +*** + +- [1] Inline script tags are those which are embedded in the main web page. Example using an excerpt from the front page of Hacker News:
+ ``` + + + + + + Hacker News + + ... + ``` \ No newline at end of file