Mastodon Redirector Firefox

Examine source code of Mastodon Redirector

By: Zagura
Inspect and view changes in Mastodon Redirector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Mastodon Redirector",
  "version": "25.0",
  "description": "Replaces the follow button on other instances with a button, that redirects you to your instance, so you can follow, or interact with a user's content",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "options_ui": {
    "page": "settings.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/@*"
      ],
      "js": [
        "redirect.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "mastodon_redirector@zagura.one"
    }
  }
}

Best Mastodon Redirector Alternatives

Here are some Firefox add-ons that are similar to Mastodon Redirector: