├── README.md └── index.html /README.md: -------------------------------------------------------------------------------- 1 | PSA This repo exploits a bug in git.io service, which has now been fixed and hence this repo code no longer works as described. 2 | 3 | # Git.io Shortener Hack 4 | Shorten any url to git.io http://sauravtom.com/gitiohack 5 | 6 | 7 | Git.io is a service by github.com to shorten only github.com urls. 8 | This repo extends that service to any url. 9 | 10 | #### [How it works !](https://github.com/sauravtom/gitiohack/issues/1#issuecomment-82668813) 11 | 12 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 |
41 | Git.io is a url shortening service from Github.
42 |
But this service is limited to only github.com URLs.
Not anymore
I found a little hack to extend this service to any url.
43 |