From 24c9e82e3ace6ce70a879d40cfc0a15b9cf29001 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sun, 10 Dec 2017 14:04:36 +1300 Subject: [PATCH] Destroyed 4.2.3 Request Control (markdown) --- 4.2.3-Request-Control.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 4.2.3-Request-Control.md diff --git a/4.2.3-Request-Control.md b/4.2.3-Request-Control.md deleted file mode 100644 index bebe8ec..0000000 --- a/4.2.3-Request-Control.md +++ /dev/null @@ -1,23 +0,0 @@ -[Request Control](https://addons.mozilla.org/firefox/addon/requestcontrol/) | [GitHub](https://github.com/tumpio/requestcontrol) | [Manual](https://github.com/tumpio/requestcontrol/blob/master/_locales/en/manual.md) | [Testing links](https://github.com/tumpio/requestcontrol/wiki/Testing-links) - -Request Control v1.71+ now allows import/export of rules. To import one of these rules, copy the code into a json (text based) file and from Request Control's Options>Settings tab import the file. - -:small_orange_diamond: clean imdb (simple example) - -Author: [earthlng](https://github.com/earthlng) -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/*"]}, - "types": ["main_frame"], - "action": "filter", - "active": true, - "paramsFilter": {"values": ["ref_"],"pattern": "ref_"}, - "skipRedirectionFilter": true - } -] -``` -