t-machine
Junior Member
- Nov 17, 2019
- 110
- 60
If like me, you don't limit yourself to the .com, you already know there is a great amount of strong one-word domains available under tlds like .io, .top, or even .monster.
Because I search for extremely valuable keywords, I also run into the problem of many tlds already being registered.
Here's a hack to filter the search results from one of my favourite registrars, porkbun.
1. Search for your keyword : https://porkbun.com/checkout/search?q=better&all=1
2. Scroll to the "All Extensions" section. (notice the many unavailable domains)
3. Open your console
4. Paste this :
5. Tada! You'll only see the available tlds.
Happy domaining
Because I search for extremely valuable keywords, I also run into the problem of many tlds already being registered.
Here's a hack to filter the search results from one of my favourite registrars, porkbun.
1. Search for your keyword : https://porkbun.com/checkout/search?q=better&all=1
2. Scroll to the "All Extensions" section. (notice the many unavailable domains)
3. Open your console
4. Paste this :
Code:
Array.from(document.querySelectorAll(".weight_0")).filter(x => x.outerHTML.includes("unavailable")).forEach(x => x.parentNode.removeChild(x));
5. Tada! You'll only see the available tlds.
Happy domaining