fix: update home.pl domain search link format
This commit is contained in:
parent
914a543545
commit
1049ccf5a7
@ -76,7 +76,7 @@ function registrarDomainUrl(name, domain){
|
|||||||
const d = encodeURIComponent(domain);
|
const d = encodeURIComponent(domain);
|
||||||
const n = (name || '').toLowerCase();
|
const n = (name || '').toLowerCase();
|
||||||
if(n.includes('cyber')) return `https://cyberfolks.pl/domeny-rejestracja/?slowa=${d}`;
|
if(n.includes('cyber')) return `https://cyberfolks.pl/domeny-rejestracja/?slowa=${d}`;
|
||||||
if(n.includes('home.pl')) return `https://home.pl/szukaj/?query=${d}`;
|
if(n.includes('home.pl')) return `https://home.pl/szukaj-domeny/#d:${d}`;
|
||||||
if(n.includes('nazwa')) return `https://www.nazwa.pl/sprawdz-domene/?domain=${d}`;
|
if(n.includes('nazwa')) return `https://www.nazwa.pl/sprawdz-domene/?domain=${d}`;
|
||||||
if(n.includes('ovh')) return `https://order.eu.ovhcloud.com/pl/order/webcloud/?#/webCloud/domain/select?selection=~()&domain=${d}`;
|
if(n.includes('ovh')) return `https://order.eu.ovhcloud.com/pl/order/webcloud/?#/webCloud/domain/select?selection=~()&domain=${d}`;
|
||||||
if(n.includes('aftermarket')) return `https://aftermarket.pl/szukaj/${d}`;
|
if(n.includes('aftermarket')) return `https://aftermarket.pl/szukaj/${d}`;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user