It will work on any html..
but its currently supporting only 1 link..
cuz the by default the code tag adds <br /> at the end of links..

i'm busy with some personal stuffs but will be enhancing it soon
deAthbLisS Reviewed by deAthbLisS on . Making the links Clickable (live) Hi, I've seen many webmasters who wants their coded links to be clickable/live. so that they can earn through their links specially hotfile links. so here is the code customized to make hotfile links clickable/live. search for: <body>Replace with: <body onload="document.body.innerHTML=document.body.innerHTML.replace(/(http:\/\/hotfile.com\/)(.*)\s/gi, '<a href=$1$2>$1$2</a>');">So now you can make only the hotfile links live. Rating: 5