Yahoo! search interface: Difference between revisions

Line 27:
}
}
 
 
fix(url)
{
stringreplace, url, url, <b>, ,All
stringreplace, url, url, </b>, ,All
stringreplace, url, url, <wbr />, ,All
stringreplace, url, url, <wbr>, ,All
stringreplace, url, url, <b>...</b>, ,All
if pos := instr(url, "</a></h3></div>")
StringLeft, url, url, pos - 1
url := regexreplace(url, "<.*?>")
return url
}
 
</lang>
 
Anonymous user