From c684e1c53accd5d3f9c6cf5695f3a2bfa68ebc1e Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 13 Sep 2016 14:04:27 -0400 Subject: [PATCH] fix https://github.com/gorhill/uBlock/issues/1983 --- Static-filter-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index bbbdf5e..a9af222 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -85,7 +85,7 @@ uBO supports a special cosmetic filter which purpose is to prevent the execution #### `script:inject(...)` -This allows the injection of specific javascript code into pages. The `...` part is a token identifying a javascript resource from the [resource library](https://github.com/gorhill/uBlock/blob/master/assets/ublock/resources.txt). Keep in mind the resource library is completely under control of the uBO project, hence only javascript code vouched by uBO can be inserted into web pages, through the use of a valid resource token. +This allows the injection of specific javascript code into pages. The `...` part is a token identifying a javascript resource from the [resource library](https://github.com/uBlockOrigin/uAssets/blob/master/filters/resources.txt). Keep in mind the resource library is completely under control of the uBO project, hence only javascript code vouched by uBO can be inserted into web pages, through the use of a valid resource token. Generic `script:inject` filters are ignored: those filters **must** be specific, i.e. they must apply to specific hostnames, e.g. `example.com##script:inject(yavli-defuser.js)`.