Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
This is my favorite script :) |
|
|
what about other sites that shorten urls?
maybe there's another script i haven't found that already does this...
|
|
|
can you plz guide me how to get all the email id's to a given email id. Like i have a email id and i want to get all my email address on my site can you plz guide me how to do this? |
|
|
can you plz guide me how to get all the email id's to a given email id. Like i have a email id and i want to get all my email address on my site can you plz guide me how to do this? |
|
|
Thanks, trying it now. |
|
|
This is a very cool script and it works. So far I have had to use an redirect checker, fx.: http://www.webconfs.com/redirect-check.php when I was suspicious about tinyurls. 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
|
|
|
thanks! |
|
|
@Mithrandir:
|
|
|
@norz: Try
if (match) {
// replace href with real url:
link.href = match[1];
// replace text with real url:
link.firstChild.nodeValue = match[1];
}
|
|
|
Can it be modified to even change the url text to the source url?
|
|
|
An adaptation with more XPath and less JS, as my provider is blocking tinyurl.org: http://userscripts.org/scripts/show/11410 |
|
|
Nice script! I changed this line:
into if (match) {
now the link itself is "fixed". |
|
|
Great idea! Thanks. |
|
|
Example: http://tinyurl.com/lwzqn |
|
|
I'm undecided as to which is better - the script or the name !!! |

