From 1ea8169fbd93ca1cab8a155f933269891abdf05e Mon Sep 17 00:00:00 2001 From: Adrian Miesikowski Date: Tue, 17 Feb 2026 23:10:36 +0100 Subject: [PATCH] ux: link top domain names to immediate availability check --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 57eea1b..1a0b7bb 100644 --- a/index.html +++ b/index.html @@ -181,7 +181,8 @@ function renderRows(){ for(const d of domains.slice(0,300)){ const two = best2y(registrars,d.tld); const tr = document.createElement('tr'); - tr.innerHTML = `${d.domain} ${d.is_new ? `NEW` : ''} + const checkUrl = two?.url ? `${two.url}` : `https://www.whois.com/whois/${d.domain}`; + tr.innerHTML = `${d.domain} ${d.is_new ? `NEW` : ''} .${d.tld} ${d.score} ${two?money(two.value):'—'}