FediAct/README.md

32 wiersze
2.2 KiB
Markdown
Czysty Zwykły widok Historia

2022-11-16 14:37:37 +00:00
# FediFollow-Chrome
2022-11-16 16:29:14 +00:00
A Chrome extension that simplifies following Fediverse/Mastodon users on other instances than your own by automatically redirecting you to your instance when pressing a follow button. Should work for other Chromium browsers too, as well as Kiwi browser on Android. It was tested with about 20 instances and supports different instance layouts/designs.
2022-11-16 14:46:36 +00:00
I made this since I could only find a working extension for Firefox, that does the same (Simplified Federation).
## Installation
2022-11-16 16:25:39 +00:00
Right now, you need to install it using developer mode. The extension is already submitted for review by Google, so it shouldn't be long until you can install it from the Chrome Webstore.
2022-11-16 14:48:28 +00:00
1. Download this repository as ZIP or the current release ZIP file and extract it somewhere.
2022-11-16 14:46:36 +00:00
2. Go to your Chrome extension page and enable developer mode.
3. Click the "Load unpacked" button and then select the folder of the unpacked extension (should be "FediFollow-Chrome-main").
2022-11-16 14:53:25 +00:00
+ If you have a "Load ZIP" option you can also directly load the downloaded zip file
2022-11-16 14:46:36 +00:00
2022-11-16 16:25:53 +00:00
> :warning: For reasons unknown to me, Edge showed weird errors after importing & clicking the "issues" link, but the errors made no sense and the extension still worked fine.
2022-11-16 14:58:28 +00:00
2022-11-16 14:46:36 +00:00
## Setup
2022-11-17 14:00:50 +00:00
- Required: Click the extension icon to set your Mastadon instance (like "infosec.exchange")
2022-11-17 14:14:02 +00:00
- Optional: Set the mode (all sites except those on blacklist (default) / no sites but those on whitelist)
2022-11-17 14:00:50 +00:00
- Optional: Add domain names to the blacklist/whitelist textarea, one per line, for ex.
```
mastadon.social
bbq.snoot.com
```
- Required: Hit "Submit" to update your settings
2022-11-16 14:46:36 +00:00
2022-11-16 15:00:06 +00:00
When visiting a user profile on other Mastodon instances, the follow button will now redirect you to your home instance. The redirection is shortly indicated in the follow button itself. Info modals are blocked because they are not needed due to redirection.
2022-11-16 14:46:36 +00:00
## Todos
2022-11-16 16:26:45 +00:00
- Publish to Chrome Webstore (in progress, currently in review by Google)
2022-11-16 21:33:36 +00:00
- Implement blacklist / whitelist for domains / instances so the scripts do not have to run on all sites
2022-11-16 14:47:30 +00:00
- Review if permissions in current manifest are actually needed like that
- If I find myself to be bored, probably more