From bb05ed998cc4c4a6f45296f2316c584e145462af Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 3 Oct 2015 09:58:22 -0400 Subject: [PATCH] Updated Inline script tag filtering (markdown) --- Inline-script-tag-filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inline-script-tag-filtering.md b/Inline-script-tag-filtering.md index 5b3950e..4c18a77 100644 --- a/Inline-script-tag-filtering.md +++ b/Inline-script-tag-filtering.md @@ -5,7 +5,7 @@ There are many ways to block script tags from executing in uBlock Origin: - Block external script resources: these are taken care by network filtering. - Block all inline script tags embedded in a page at once.[1] -Inline script tags are those blocks of javascript code which are embedded in the main page: they can not be blocked from downloading unless the whole page itself is blocked, which is not very useful. Here is a example of HTML code with two inline script tags: +Inline script tags are those blocks of javascript code which are embedded in the main page: they can not be blocked from downloading unless the whole page itself is blocked, which is not very useful. Here is a example of a web page's HTML code with two inline script tags: ```html