Firefox Extension to reveal URLs behind link shorteners.
Go to file
2024-04-13 23:22:36 -04:00
extension add support for TinyURL 2024-04-13 23:03:50 -04:00
server update README.md 2024-04-13 23:22:36 -04:00
.gitignore remove build directory 2024-04-13 21:05:27 -04:00
README.md update README.md 2024-04-13 23:22:36 -04:00

Unshorten

Firefox Extension and API server for revealing links behind shortened URLs.

Usage

In order to deal with CORS, Unshorten must send links to a resolver API.

cd server
make build
docker -d --name unshortener -p 8000:8000 unshortener-api

Build the extension and import into Firefox. Right click on a link and choose "Unshorten Link". The result will be copied to the clipboard.

cd extension
make zip

Supported Sites

  • t.co
  • tinyurl.com