https://github.com/maciejwalkowiak/twitter-bird-extension
Tiny browser extension that brings back the actual twitter logo and gets rid of the Doge dog from the upper left corner
https://github.com/maciejwalkowiak/twitter-bird-extension
Last synced: 6 months ago
JSON representation
Tiny browser extension that brings back the actual twitter logo and gets rid of the Doge dog from the upper left corner
- Host: GitHub
- URL: https://github.com/maciejwalkowiak/twitter-bird-extension
- Owner: maciejwalkowiak
- License: mit
- Created: 2023-04-06T14:35:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T21:10:51.000Z (about 1 year ago)
- Last Synced: 2025-04-03T14:40:22.568Z (7 months ago)
- Topics: twitter
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Twitter Bird Browser Extension

Tiny extension that brings back the actual twitter logo and gets rid of the Doge dog from the upper left corner
## How to add this extension to your browser?
This extension is not published (yet) to Chrome Store. To add it to your browser:
1. Clone the repo:
```
$ git clone https://github.com/maciejwalkowiak/twitter-bird-extension
```2. Run `make build`
3. Install extension:
- **Chrome**: Go to `chrome://extensions`, enable "Developer Mode" and load the unpacked extension from `build/chrome` directory.
- **Firefox**: Go to `about:debugging#/runtime/this-firefox` and load the temporary add-on from `build/firefox` directory.Enjoy!
[Bird icons created by Freepik - Flaticon](https://www.flaticon.com/free-icons/bird)