updated documentation
This commit is contained in:
parent
46aa2b89c3
commit
e528cf6baa
13
README.md
13
README.md
|
@ -66,11 +66,20 @@ and an access token is generated. The config file can be found in
|
||||||
"url": "socks5h://[::1]:1080/",
|
"url": "socks5h://[::1]:1080/",
|
||||||
"user": "user23",
|
"user": "user23",
|
||||||
"password": "supersecure"
|
"password": "supersecure"
|
||||||
|
},
|
||||||
|
"replace" :
|
||||||
|
{
|
||||||
|
"//amp\\." : "//",
|
||||||
|
"[\\?&]__twitter_impression=[^&]+" : "",
|
||||||
|
"[\\?&]utm_[^&]+" : "",
|
||||||
|
"[\\?&]wt_zmc=[^&]+" : "",
|
||||||
|
"[\\?&]wtmc=[^&]+" : ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
If you want to use a proxy, you have to edit the configuration file manually.
|
If you want to use a proxy or define your own replacements, you have to edit the
|
||||||
After the configuration file is generated, you can start expandurl-mastodon as
|
configuration file manually. After the configuration file is generated, you can
|
||||||
|
start expandurl-mastodon as
|
||||||
daemon.
|
daemon.
|
||||||
|
|
||||||
# Copyright
|
# Copyright
|
||||||
|
|
Loading…
Reference in New Issue
Block a user