From e528cf6baa50076530be3f67397041496528e878 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 29 May 2018 15:13:01 +0200 Subject: [PATCH] updated documentation --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88ef318..83ce042 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,20 @@ and an access token is generated. The config file can be found in "url": "socks5h://[::1]:1080/", "user": "user23", "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. -After the configuration file is generated, you can start expandurl-mastodon as +If you want to use a proxy or define your own replacements, you have to edit the +configuration file manually. After the configuration file is generated, you can +start expandurl-mastodon as daemon. # Copyright