Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lscheibel/mastodon-handles-in-twitter
- Owner: lscheibel
- Created: 2022-11-12T01:56:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T15:07:28.000Z (about 1 year ago)
- Last Synced: 2024-04-13T13:50:21.755Z (8 months ago)
- Topics: chrome-extension, mastodon, twitter
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/mastodon-handles-in-twitt/ncgejfiheecflhpoifeembagnjgigioi
- Size: 146 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mastodon Handles in Twitter
Find out who has a Mastodon account while scrolling twitter!
## 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.