When a forum displays things like
Code:
**External links are only visible to Support Staff**
you can use "full urls as link text" bookmarklet:
Code:
javascript:(function(){var i,c,x,h; for(i=0;x=document.links[i];++i) { h=x.href; x.title+=" " + x.innerHTML; while(c=x.firstChild)x.removeChild(c); x.appendChild(document.createTextNode(h)); } })()
Just create a bookmark with this code as the address, then clicking on the bookmark will display complete links instead of whatever text on the webpage.
From
Code:
**External links are only visible to Support Staff**