Chrome webstore link : https://chrome.google.com/webstore/detail/ojggkiabpbjlckhpaphgdhhojgcpimah
TL,DR :
Replaces all shortened URLs with real URLs without UTM to save precious seconds and finally know where we click without being tracked. Only for Twitter and TweetDeck
Twitter redirects every URLs to t.co in order to track clicks, OK cool, why not, but it makes us waste some precious seconds of our life everytime we click on a link on Twitter. To counter that, this extension replaces all links with a t.co redirect and all shortened URLS (bit.ly and so on) with their real URLs, and also display the full URL on the tweet because who gives a f. about the 140 chars limit on Tweeter?
## Develop
grunt watch
Code here : https://github.com/polomarcus/faster-links/tree/master/app/scripts.babel
Most of information can be found here : https://github.com/yeoman/generator-chrome-extension
## Tests All tests are located here : test/spec/test.js and use http://mochajs.org/
Execute them :
grunt test
Right now, this extension only makes Twitter faster (t.co URLs). It would be cool to add these APIs for other websites :
LinksPeelr API : https://github.com/ibagrak/linkpeelr
GNU GENERAL PUBLIC LICENSE
Icon from https://www.iconfinder.com/icons/353839/chain_link_seo_icon#size=128 under Creative Commons (Attribution 3.0 Unported)