Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lscheibel/mastodon-handles-in-twitter

This is a Chrome extension which tries to find the Mastodon handle of a twitter user and display it next to their tweets.
https://github.com/lscheibel/mastodon-handles-in-twitter

chrome-extension mastodon twitter

Last synced: 2 months ago
JSON representation

This is a Chrome extension which tries to find the Mastodon handle of a twitter user and display it next to their tweets.

Awesome Lists containing this project

README

        

# Mastodon Handles in Twitter

Find out who has a Mastodon account while scrolling twitter!

image
image

## Installation

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).

## About

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](https://pruvisto.org/debirdify/) by searching through Twitters user bios.

## Dev Version & Development

If you want to make changes or simply run the most recent version follow these steps:

1. Clone repository
2. `npm i` to install dependencies (for dev only) (ℹ️ Skip if you don't plan on making changes.)
3. `npm run dev` to start a typescript file watcher (ℹ️ Skip if you don't plan on making changes.)
4. Go to `chrome://extensions`
- Enable "Developer mode"
- Click "Load unpackaged"
- Select repository
5. Remember to hit the refresh button on the dev extension under chrome://extensions after making changes.