open links in new tab

pull/61/head
MrOtherGuy 4 years ago
parent ba17d11341
commit 62bf40dc34

@ -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;
}

Loading…
Cancel
Save