mirror of
https://github.com/arkenfox/user.js.git
synced 2024-11-22 10:31:40 +01:00
Destroyed 4.2.3 Request Control (markdown)
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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user