Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Chris, I recently wrote a greasemonkey script, Firefox extension, and Ubiquity command that allows you to preview URLs shortened with any shortening service. You can check them out at http://LongURL.org/tools Hope that helps! |
|
|
what about other sites that shorten urls?
maybe there's another script i haven't found that already does this...
|
|
|
Add to my previous post:
Now I really understand why the "Tin Foil Hat new" and "Intercepter 1.2" source codes are not the same. There really is a big difference about these two scripts. Now I have to say that I almost have changed my mind about "Tin Foil Hat old" being better than "Interceptor 1.2" considering that "Interceptor 1.2" still does keep the link short even though it is not a tinyurl link anymore. |
|
|
This script: http://userscripts.org/scripts/show/23817 does the same thing, but shows an icon which indicates that the link have been modified = better i think... image which explains the difference: http://tinyurl.com/yskjml Personally I think that this "Tin Foil Hat old": http://userscripts.org/scripts/show/3548 is better than both of them because it doesn't change the tinyurl link to the originally long one, but shows an toolbox tip instead.
Take this as an example: very stupid if you have "Tin Foil Hat new" or "Intercepter 1.2" enabled: http://tinyurl.com/yw4d3q |
|
|
First: To Simon: It doesn't only show it when hovering over? this script transforms the tinyurl to the real url when loading page! Next:
Just to bad that the script doesn't have any Linkification support: The tinyurl text link which Linkification converts into clickable links, doesn't show a tooltip when hovering over them :(, so for them I still has to use http://www.webconfs.com/redirect-check.php
|
|
|
goto: http://userscripts.org/scripts/show/12497 try it with your script and without (lol) |
|
|
Very bad, but a very good idea!
Anyway, thanks! |
|
|
Added some invisible space to avoid any un-tinyurl'd string to break the layout (especially in Twitter). @norz It's just that the script is lighter, less agressive in regarding to the DOM tree (which can make it faster, I hope). |
|
|
On the original script you said "An adaptation with more XPath and less JS", what does it mean exactly? |
|
|
What are the changes? |
|
|
Adapted from: http://userscripts.org/scripts/show/3548 |