From 224722acd1d25673b024f337c917db5df01d0bd8 Mon Sep 17 00:00:00 2001 From: Lartsch Date: Wed, 23 Nov 2022 09:52:42 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 095f249..0b2a0ef 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,9 @@ Some basic explanations how the addon works... - If the home instance is opened with this parameter... - Your authorization token is extracted from the DOM - Then the parameter value is used to perform a search for it with the search API endpoint (with resolving, so auth is needed) - - If a match for a user or post was found, you are then redirected to the content + - If a match for a user or post was found + - If enabled, the desired action is executed by using the Mastodon API (follow, fav, boost) + - You are redirected to the requested content - Using the search API gives best compatibility for resolving content (for ex. Toot IDs differ on instances for the same toot) ### Follow interactions - Addon uses a list of DOM identifiers of follow buttons (for different views / flavors)