mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Updated Inline script tag filtering (markdown)
parent
026685c25d
commit
bb05ed998c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.<sup>[1]</sup>
|
||||
|
||||
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
|
||||
<html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue