diff --git a/index.html b/index.html
index 4d257fd..468346a 100644
--- a/index.html
+++ b/index.html
@@ -74,11 +74,10 @@
privacy = document.createElement('td'),
link = document.createElement('a'),
policy = document.createElement('a'),
- nameNode = document.createTextNode(i.name),
- urlNode = document.createTextNode(i.url);
+ nameNode = document.createTextNode(i.name);
link.href = i.url + location.hash.replace('#', '');
- link.appendChild(urlNode);
+ link.textContent = "Visit"
policy.href = i.privacy;
policy.textContent = 'Visit'