A Chrome/Firefox extension that simplifies follow and post interactions on Mastodon servers other than your own.
 
 
 
 
Go to file
Lars 7665fa7f54
Update manifest.json
2022-11-16 17:08:38 +01:00
icon Add first release 2022-11-16 15:48:05 +01:00
lib Add first release 2022-11-16 15:48:05 +01:00
LICENSE Initial commit 2022-11-16 15:37:37 +01:00
README.md Update README.md 2022-11-16 16:00:06 +01:00
inject.js Remove unrequired code due to change to stopImmediatePropagation 2022-11-16 17:06:41 +01:00
manifest.json Update manifest.json 2022-11-16 17:08:38 +01:00
popup.html Add missing break 2022-11-16 17:08:12 +01:00
popup.js Add first release 2022-11-16 15:48:05 +01:00

README.md

FediFollow-Chrome

A Chrome extension that simplifies following Fediverse 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.

I made this since I could only find a working extension for Firefox, that does the same (Simplified Federation).

Installation

Right now, you need to install it using developer mode. I plan to put this in the Chrome Webstore soon, though.

  1. Download this repository as ZIP or the current release ZIP file and extract it somewhere.
  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").
    • If you have a "Load ZIP" option you can also directly load the downloaded zip file

⚠️ If an error is shown after loading, this is due to soon deprecation of manifest v2. The extension will still work as of now. Manifest will be updated soon.

Setup

  • Click the extension icon to set your Mastadon instance (like "infosec.exchange").

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.

Todos

  • Update to manifest v3
  • Review if permissions in current manifest are actually needed like that
  • If I find myself to be bored, probably more