Updated 3.5 Request Control (markdown)

Thorin-Oakenpants 2017-07-11 16:31:52 +12:00
parent 941848f5fb
commit 45283adfdc

@ -5,11 +5,13 @@ Request Control v1.71+ now allows import/export of rules. To import one of these
:small_orange_diamond: clean imdb
Author: [earthlng](https://github.com/earthlng)
Example: http://www.imdb.com/title/tt0083943/?ref_=fn_al_tt_1 => http://www.imdb.com/title/tt0083943/
Example: http://www.imdb.com/title/tt0083943/?ref_=fn_al_tt_1
Result: http://www.imdb.com/title/tt0083943/
```
[
{
"pattern": {"scheme": "*", "host": ["www.imdb.com"], "path": ["title/*", "name/*", "character/*"]},
"pattern": {"scheme": "*", "host": ["www.imdb.com"],
"path": ["title/*", "name/*", "character/*"]},
"types": ["main_frame"],
"action": "filter",
"active": true,