$h = $h + RegExReplace("<a href=.*Driving Directions</a>",CustomFormat("Google Map"),"") $h = $h + RegExReplace("<p>.*Logs:.*</p>",CustomFormat("Logs"),"") |
$h = $h + RegExReplace("<a href=.*" + GetSil("Driving Directions") + "</a>",CustomFormat("Google Map"),"") $h = $h + RegExReplace("<p>.*" + GetSil("logs") + ":.*</p>",CustomFormat("Logs"),"") |