diff --git a/src/popup/popup.js b/src/popup/popup.js index 74de7a8..48170bd 100644 --- a/src/popup/popup.js +++ b/src/popup/popup.js @@ -118,6 +118,7 @@ function makeList(section, ecoindex) { pageLink.textContent = ecoindex.url; pageLink.setAttribute('href', ecoindex.url); pageLink.style.paddingLeft = '5px'; + pageLink.setAttribute('target', '_blank'); li.appendChild(pageLink); const ul = section.getElementsByTagName('ul')[0];