FediAct/README.md

45 wiersze
3.1 KiB
Markdown
Czysty Zwykły widok Historia

2022-11-16 14:37:37 +00:00
# FediFollow-Chrome
2022-11-17 16:48: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. The redirection is shortly indicated in the follow button itself and additional modals are blocked. 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/flavours.
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-17 17:00:11 +00:00
1. Clone this repo or download it as ZIP (in this case, 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
## Setup
2022-11-17 14:37:08 +00:00
- Required: Click the extension icon to set your Mastodon instance
- Only set the domain name (like "infosec.exchange") without http/https or URL)
2022-11-17 21:42:12 +00:00
- Optional: Change whether to redirect in current or new tab
- Optional: Change 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.
```
2022-11-17 14:22:11 +00:00
mastodon.social
2022-11-17 14:00:50 +00:00
bbq.snoot.com
```
- Required: Hit "Submit" to update your settings
2022-11-16 14:46:36 +00:00
2022-11-17 14:51:07 +00:00
> **Note**
2022-11-17 16:48:14 +00:00
> 1. The whitelist mode can be useful if you do not want the extension to run basic checks on every site (since it needs to determine if it is a Mastodon site). Not sure if the blacklist feature is good for anything but I still included it.
> 2. It can have several reasons why a particular instance might not work:
> - There are instances that use custom layouts/flavours (additional identifiers need to be added to extension)
> - Instance chose to hide the follow button when not logged in (not supported yet)
> - Element identifiers might change over time (extension needs to be updated)
>
> So please be aware, that this extension can fail in some cases. Feel free to submit pull requests / issues.
2022-11-17 14:33:14 +00:00
2022-11-17 14:19:54 +00:00
## Screenshots
![Extension Popup](https://github.com/lartsch/FediFollow-Chrome/blob/main/img/screenshot1.PNG?raw=true)       
![Redirect Indication](https://github.com/lartsch/FediFollow-Chrome/blob/main/img/screenshot2.PNG?raw=true)
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-17 16:48:14 +00:00
- Find additional layouts/flavours to add identifiers for
- Support for profiles views with follow button disabled
2022-11-17 14:35:23 +00:00
- Add feature to indicate if you are already following a user when browsing his profile on another instance (this requires calls to the home instance, will look into it soon)
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