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