console.info('Time used to regex scan html/css and\n adjust relative paths (adjustPaths=true),\n copy scripts (executeScripts=true) and copy css innerText (renderStyles=true) and adjust paths in there \nTime:'+
(end-start)+' ms on '+htmlText.split('\n').length
+' html rows, with '+htmlText.length+' characters (roughly '
+Math.round(htmlText.length/1024)+'Kb)');
// we split and loop to get a faster hint of where it failed