- Impact
- 995
I'm using location.hostname in javascript to display the domain name for my website.
For example, if you go to domain.com location.hostname will show domain.com. If you go to www.domain.com, the location.hostname will also display www.domain.com.
I want to just display the domain name as formatted like Domain.com capital first letter and no www in front. I saw this script before and I can't find it. I even saw something that it will automatically use letter image to display your location.hostname result. Care to share if you know this script.
For example, if you go to domain.com location.hostname will show domain.com. If you go to www.domain.com, the location.hostname will also display www.domain.com.
I want to just display the domain name as formatted like Domain.com capital first letter and no www in front. I saw this script before and I can't find it. I even saw something that it will automatically use letter image to display your location.hostname result. Care to share if you know this script.
Last edited:







