diff --git a/html_resources/selector.js b/html_resources/selector.js
index 3060c8c..ffa8613 100644
--- a/html_resources/selector.js
+++ b/html_resources/selector.js
@@ -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;
}