Having an issue with my bookmarklet JavaScript where it always adds the www. portion to the domain. Any ideas on how to make it work by removing the www portion from the URL? Appreciate any help.
javascript:void(window.open('http://siteanalytics.compete.com/'+document.location.hostname));