# Highlight unhandled domains so they stand out even more
highlightStart=""
highlightEnd=""
iftrackerBlockStatusiskHighlightStatusUnawareOf
highlightStart="\u001b[33m"
highlightEnd="\u001b[0m"
_"#{i+1}. #{entry.domain} (#{entry.count} sites – on #{(entry.count*100/statistics.totalNumberOfSites).toFixed(1)}% of sites)#{trackerBlockStatus}"
_"#{i+1}. #{highlightStart}#{entry.domain}#{highlightEnd} (#{entry.count} sites – on #{(entry.count*100/statistics.totalNumberOfSites).toFixed(1)}% of sites)#{trackerBlockStatus}"