mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-28 18:01:15 +01:00
Updated 3.5 Request Control (markdown)
parent
e6b23f9d5a
commit
941848f5fb
@ -9,28 +9,11 @@ Example: http://www.imdb.com/title/tt0083943/?ref_=fn_al_tt_1 => http://www.imdb
|
|||||||
```
|
```
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"pattern": {
|
"pattern": {"scheme": "*", "host": ["www.imdb.com"], "path": ["title/*", "name/*", "character/*"]},
|
||||||
"scheme": "*",
|
"types": ["main_frame"],
|
||||||
"host": [
|
|
||||||
"www.imdb.com"
|
|
||||||
],
|
|
||||||
"path": [
|
|
||||||
"title/*",
|
|
||||||
"name/*",
|
|
||||||
"character/*"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"types": [
|
|
||||||
"main_frame"
|
|
||||||
],
|
|
||||||
"action": "filter",
|
"action": "filter",
|
||||||
"active": true,
|
"active": true,
|
||||||
"paramsFilter": {
|
"paramsFilter": {"values": ["ref_"],"pattern": "ref_"},
|
||||||
"values": [
|
|
||||||
"ref_"
|
|
||||||
],
|
|
||||||
"pattern": "ref_"
|
|
||||||
},
|
|
||||||
"skipRedirectionFilter": true
|
"skipRedirectionFilter": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user