Updated Inline script tag filtering (markdown)

Raymond Hill 2015-10-02 10:04:37 -04:00
parent ce5d612aa5
commit 17edb816b0

@ -2,7 +2,7 @@
There are many ways to block script tags from executing in uBlock Origin:
- Block external script resources.
- Block external script resources: these are taken care by network filtering.
- Block all inline script tags embedded in a page at once.<sup>[1]</sup>
Inline script tags are those scripts 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: