No description
Find a file
Vivien 87575a66ce
Merge pull request #22 from ItsVipra/pronoun-sanitizer
Sanitize pronouns, render them as HTML
also closes #19
2023-05-25 19:31:16 +02:00
.github/workflows Add GitHub Action for automatic formatting 2023-05-25 15:45:06 +02:00
.vscode initial commit 2023-05-24 18:47:04 +02:00
documentation initial commit 2023-05-24 18:47:04 +02:00
src Render pronoun badge as HTML 2023-05-25 18:43:26 +02:00
.gitignore initial commit 2023-05-24 18:47:04 +02:00
.node-version initial commit 2023-05-24 18:47:04 +02:00
manifest.json Format all files with prettier 2023-05-25 15:37:24 +02:00
package-lock.json initial commit 2023-05-24 18:47:04 +02:00
package.json Format all files with prettier 2023-05-25 15:37:24 +02:00
README.md Format all files with prettier 2023-05-25 15:37:24 +02:00

ProToots (v0.99)

A Firefox extension which displays an author's pronouns next to their name on Mastodon. A Mastodon screenshot showing off pronouns next to a person's name

Download/Installation

⚠️ This is a pre-release, temporary extension! It will be removed when you restart your browser! ⚠️

We're working on a proper firefox store release already.

To install go to the releases page and follow the instructions there.

FAQ

Why does it need permission for all websites?

The addon needs to determine whether or not the site you are currently browsing is a Mastodon server. For that to work, it requires access to all sites. Otherwise, each existing Mastodon server would have to be explicitly added.

setup

  • install web-ext with npm install --global web-ext
  • optionally:
    • run web-ext run --firefox-profile='$ProfileNameOfYourChoosing' --profile-create-if-mising
    • open that profile in firefox, log into fedi
    • after that when you run web-ext run -p='$ProfileNameOfYourChoosing' you should be logged into your fedi account
  • run the extension with web-ext run -u -u="yourinstancehere"