lartsch 2022-12-18 17:19:31 -05:00
commit 4b53bd2328
1 zmienionych plików z 10 dodań i 17 usunięć

Wyświetl plik

@ -2,8 +2,8 @@
A Chrome/Firefox extension that simplifies follow and post interactions on Mastodon instances other than your own.
**Features**:
- Supports Mastodon v3 + v4
- Follow, boost, bookmark, reply, favourite and vote polls on external instances while only being logged in to your home instance
- Supports Mastodon v3 + v4 (some features only for v4)
- Follow, boost, bookmark, reply, favourite, vote polls and mute/block on external instances while only being logged in to your home instance
- Show following status and toot status (boosted, faved, bookmarked) on external instances
- Single click to execute action only, double click to redirect to content on home instance
- Reply button on external instances always redirects to home instance and enters reply-mode
@ -12,7 +12,7 @@ A Chrome/Firefox extension that simplifies follow and post interactions on Masto
**Supported browsers**:
- All up-to-date Chromium browsers, including Kiwi browser on Android
- Up-to-date Firefox, including Firefox Nightly on Android
- Up-to-date Firefox (v107+), including Firefox Nightly on Android
**Important notes**:
- All data is processed locally only
@ -60,25 +60,18 @@ If you have set your home instance correctly, you can now interact on other Mast
**Redirect settings**
- Enable: Set if redirects (when replying or double-clicking) should be performed at all (default: on)
- Prompt: Set if a prompt should be displayed before redirecting, including the URL (default: on)
- Open in: Set if redirects should happen in the same or a new tab (default: same tab)
- Enable (default: on): Set if redirects (when replying or double-clicking) should be performed at all
- Prompt (default: off): Set if a prompt should be displayed before redirecting, including the URL
- Open in (default: same tab): Set if redirects should happen in the same or a new tab
**Other**
- Actions: Set if actions (following, boosting, etc.) should be performed when clicking or double clicking (default: on)
- _**Usage tip:**_ Disable this if you only want redirects on double click or when replying without automatically performing the action
- Show follows: Set if the following state of accounts should be reflected on profiles / account cards (default: on)
- _**Please note:**_ When disabled, the state will still be changed when interacting and stored until the page is reloaded or left
- Show toot state: Set if the state of toots (favourited, boosted, bookmarked) should be reflected (default: on)
- _**Please note:**_ When disabled, the state will still be changed when interacting and stored until the page is reloaded or left
- Hide muted/blocked: If enabled, your blocked/muted users/instances will be synched every 60 seconds and all matching toots, boosts and toots with mentions will be hidden (default: off)
- _**Please note:**_ There are cases where hiding can fail and this is disabled by default because it can decrease performance
- API delay: If enabled, there can only be one API request to your home instance per 500ms (default: on)
- _**Please note:**_ Disabling this will likely result in the extension not working because your home instance uses rate limiting if too many requests come from your IP. 500ms has proven to prevent error 429 for the instances I have tested.
- Actions (default: on): Set if actions (following, boosting, etc.) should be performed when clicking or double clicking - _**Usage tip:** Disable this if you only want redirects on double click or when replying without automatically performing the action_
- Hide muted/blocked (default: off): If enabled, your blocked/muted users/instances will be synched every 60 seconds and all matching toots, boosts and toots with mentions will be hidden - _**Note:** There are cases where hiding can fail and this is disabled by default because it can decrease performance_
- API delay (default: on): If enabled, there can only be one API request to your home instance per 500ms - _**Note:** Disabling this will likely result in the extension not working because your home instance uses rate limiting if too many requests come from your IP. 500ms has proven to prevent error 429 for the instances I have tested_
**Mode**
- Run if logged in: Enable FediAct on external instances if you are logged in there as well (default: off)
- Run if logged in (default: off): Enable FediAct on external instances if you are logged in there as well
- Blacklist (default) / Whitelist: Run the extension on _all_ domains except those on the blacklist / Run the extension on _no_ domains except those on the whitelist
## FAQ