View Single Post
  #7  
Old 04.03.2011, 19:53
Gweilo's Avatar
Gweilo Gweilo is offline
JD Legend
 
Join Date: Mar 2009
Posts: 725
Default

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**

Last edited by Gweilo; 05.03.2011 at 03:50.
Reply With Quote