Content deleted Content added
Manishearth (talk | contribs) No edit summary |
Manishearth (talk | contribs) No edit summary |
||
Line 14:
par = getElementsByClassName(pre[i], "span", className);
for(j = 0; j < par.length; j++) {
//par[j].innerHTML=par[j].innerHTML.replace(/[^\"\>][\s]?+(http[s]?:\/\/[^\s]*)/g,"<a href='$1'>$1</a>");
}
Line 23:
}
addOnloadHook(function(){
//scriptLinks("co1");
//scriptLinks("co2");
//scriptLinks("coMULTI");
//importScript_links();
});
|