unshorten/extension/README.md

14 lines
351 B
Markdown
Raw Permalink Normal View History

2024-04-14 03:35:11 +00:00
# Unshortener Extension
2024-04-14 03:33:58 +00:00
A Firefox extension to reveal links behind URL shorteners like Twitter and TinyURL.
**Supported sites:**
- t.co
- tinyurl.com
## Usage
Build the extension and install it in Firefox. Right-clicking links will reveal a new
"Unshorten link" option which will resolve the link and copy it to the clipboard.
```shell
make zip
```