Find out who has a Mastodon account while scrolling twitter!
Install it from the Chrome Web Store: https://chrome.google.com/webstore/detail/mastodon-handles-in-twitt/ncgejfiheecflhpoifeembagnjgigioi Works for any Chromium based browser (Chrome, Edge, etc).
This is a Chromium (Chrome, Edge, etc.) extension which tries to find the Mastodon handle of a Twitter user and display it next to their tweets. It works very similarly to Debirdify by searching through Twitters user bios.
If you want to make changes or simply run the most recent version follow these steps:
- Clone repository
npm i
to install dependencies (for dev only) (ℹ️ Skip if you don't plan on making changes.)npm run dev
to start a typescript file watcher (ℹ️ Skip if you don't plan on making changes.)- Go to
chrome://extensions
- Enable "Developer mode"
- Click "Load unpackaged"
- Select repository
- Remember to hit the refresh button on the dev extension under chrome://extensions after making changes.