Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dinoosauro/restore-twitter-icon
Restore the old Twitter logo with a Chromium extension
https://github.com/dinoosauro/restore-twitter-icon
extension extension-chrome twitter twitter-icon twitter-logo
Last synced: 14 days ago
JSON representation
Restore the old Twitter logo with a Chromium extension
- Host: GitHub
- URL: https://github.com/dinoosauro/restore-twitter-icon
- Owner: Dinoosauro
- License: mit
- Created: 2023-07-24T09:58:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-01T08:17:44.000Z (over 1 year ago)
- Last Synced: 2023-08-01T09:30:47.849Z (over 1 year ago)
- Topics: extension, extension-chrome, twitter, twitter-icon, twitter-logo
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# restore-twitter-icon
Restore the old Twitter logo with a Chromium extension## How to use it
Download the .zip file of this repository (you can [click here](https://github.com/Dinoosauro/restore-twitter-icon/archive/refs/heads/main.zip)) and unzip it. Then, go to [chrome://extensions](chrome://extensions) and enable the "Developer Mode" toggle. Click now on the "Load unpacked extension" button, and select the extracted folder. Now, refresh your Twitter tab and you should see the new Twitter logo, both in the left menu and on the tab icon.
## Safety
You can check the source code if (understandably) you don't want to trust someone you've never heard before, they're just a few lines of code. The source code probably could be written better, but I quickly made this, and, as long as it works, I think it's fine.
## Trademarks
This extension has no affiliation with Twitter and X. Corp.
## Update history
- 1.0.4: Fix icon border color on Vivaldi and change tab title from "X" to "Twitter" when switching posts.
- 1.0.3: New method for changing icon that should work on more browsers
- 1.0.2: Replace "X" with "Twitter" on the tab name
- 1.0.1: Update also Twitter's favicon
- 1.0.0: First release