Hi,
The attributes for the "Read more" link are set in "components\com_rssfactory_pro\helpers\html\displaystories.php"; around line 70 you'll find:
$linkAttribs = 'class="'.(isset($story->prefix) ? $story->prefix : '').'feedtablelink" '.
( $config->showfeeddescription=='table' ? ' onclick="swapimg(\'img'.$story->id.'\');" ' : '' ).
(($config->output_iframe=='popup_original_site' ) ? ' target="_blank" ' : '').
(($config->output_iframe=='modal' ) ? ' rel="{handler:\'iframe\', size:{x:800,y:600}}" ' : '');
just replace
(($config->output_iframe=='popup_original_site' ) ? ' target="_blank" ' : '').
with
' target="_blank" '.
Please let me know how this works for you.
Cheers,
H.