From 45283adfdccae3f2857dc4b8226fc6e6d80ca49c Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Tue, 11 Jul 2017 16:31:52 +1200 Subject: [PATCH] Updated 3.5 Request Control (markdown) --- 3.5-Request-Control.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/3.5-Request-Control.md b/3.5-Request-Control.md index 7c506e4..35aca36 100644 --- a/3.5-Request-Control.md +++ b/3.5-Request-Control.md @@ -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,