2024-04-13 23:35:11 -04:00
2024-04-13 23:35:11 -04:00
2024-04-13 23:33:58 -04:00
2024-04-13 21:05:27 -04:00
2024-04-13 23:35:11 -04:00

Unshortener

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

Supported sites:

  • t.co
  • tinyurl.com

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
Description
Firefox Extension to reveal URLs behind link shorteners.
Readme 237 KiB
2024-04-14 03:04:32 +00:00
Languages
Python 49%
JavaScript 30%
Makefile 16.5%
Dockerfile 4.5%