Destroyed 4.2.3 Request Control (markdown)

Thorin-Oakenpants 2017-12-10 14:04:36 +13:00
parent b4a0f816c4
commit 24c9e82e3a

@ -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
}
]
```