Another bug with the kickass script: The url is missing one of the slashes after http:/ when you open the source page.
The problem appears to stem from these lines:
$page=replace($page,`//`,`/`)
$page=replace($page,`http:/`,`http://`)
I changed the single slash in the first line to a double slash which seems to have fixed it with no ill effects, so far.