Hi prope,
You can find the link in the line 320 (in mod_kukena_latest.php):
return '<a href="'.$url.'#'.$post->id.'">'.$text.'</a>';
Specifically, the link is:
If you want to add a new style:
return '<a class="readon" href="'.$url.'#'.$post->id.'">'.$text.'</a>';