open links in new tab

This commit is contained in:
MrOtherGuy 2020-06-05 13:38:27 +03:00
parent ba17d11341
commit 62bf40dc34

View file

@ -104,6 +104,7 @@ function createCategories(){
node.classList.add("hidden");
link.href = `https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/${name}`;
link.title = "See on Github";
link.target = "_blank";
}else{
node.textContent = name;
}