https://github.com/mohamedelashri/remove-twitter-url
This userscript tries to remove t.co urls on twitter and restore original links
https://github.com/mohamedelashri/remove-twitter-url
Last synced: 5 months ago
JSON representation
This userscript tries to remove t.co urls on twitter and restore original links
- Host: GitHub
- URL: https://github.com/mohamedelashri/remove-twitter-url
- Owner: MohamedElashri
- License: mit
- Archived: true
- Created: 2022-11-01T19:37:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T20:41:34.000Z (almost 3 years ago)
- Last Synced: 2025-03-03T08:26:43.047Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remove Twitter short URLs
This userscript tries to remove t.co urls on twitter and restore original links. This increases the privacy as these links are being used for tracking purposes.## Usage
Make sure you have userscripts manager enabled in your browser. Some suggestions are
- [Tampermonkey](https://www.tampermonkey.net/) (proprietary)
- [Violentmonkey](https://violentmonkey.github.io/get-it/) (prefered)
- [Greasemonkey](https://addons.mozilla.org/firefox/addon/greasemonkey/)
To install, you can click on [install userscript][twitter-userscript][twitter-userscript]: https://raw.githubusercontent.com/MohamedElashri/remove-twitter-url/main/twitter_url_remover.user.js
Or you can copy and paste [userscript.js](https://github.com/MohamedElashri/remove-twitter-url/blob/main/twitter_url_remover.user.js) file into the userscript manager direcly.
## Issues
Please report any userscript issues using this repository issues.