Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Reveal snipurl

Reveals destination URLs hidden by snipurl( www.snipurl.com)

Reveals destination URLs hidden by snipurl (www.snipurl.com) in a tooltip.
This script is based on similar script (http://userscripts.org/scripts/show/3548) by Albert Bachand for tinyurl




Apr 21, 2008
Edo78 Scriptwright

I have changed

onload: function(details) {
match=match_snipredirect(details.responseText);
if (match) {
link.title = match[1];
}
}

with

onload: function(details) {
link.title=details.responseText;
}

to make it work ...

You could comment on this script if you were logged in.