A firefox extension that, upon mouseover of a URL, will show you the actual target of that URL - not the bit.ly or other shortlink.
mattiasgeniar/Shortlink-Revealer
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
A firefox extension that, upon mouseover of a URL, will show you the actual target of that URL - not the bit.ly or other shortlink. This repository exists of: 1) The source code for the Firefox Extension 2) The source code of the PHP server-side parser You can host this yourself, if you simply place the site/index.php file on your own server and modify the firefox-extension / chrome / content / ff-overlay.js file. Somewhere in the middle, you'll see a reference to my URL. This is just a proof-of-concept, and still has quite a few quirks in it. Feel free to add any feedback. Do not expect this to work every time. Hence, the 'beta'. :-)
About
A firefox extension that, upon mouseover of a URL, will show you the actual target of that URL - not the bit.ly or other shortlink.