This site redirects to a malware site called "securesignupoffers". It only appears to do so if your User-Agent looks like a browser, and a quick search suggests that that site attempts to exploit your browser.
It's a server-side redirect, not a script redirect, and searches suggest that it's commonly installed on exploited servers via web server configuration. If the person running the site sees this: check your .htaccess and other web server configuration, and see if your server has been compromised. (Check your browser too.) Might also be a problem with the hosting provider.
Meanwhile, could the submitter or an HN admin please take some steps to prevent exploits of HN readers, such as changing the URL to something innocuous (such as example.org) and posting the original URL in a comment?
FYI, having used byethost for free hosting before, I don't believe "securesignupoffers" itself is malware. It's what accounts which have been suspended or don't have a valid index page redirect to by default.
What happened is that someone set up a bunch of accounts on the host for malware/phishing/spamming/etc., and those URLs were used by malware. The host has rightly deleted those accounts, causing malware which forces the user into visiting the original URL to be taken to securesignupoffers instead.
There are many better hosts; you might try Github (via their .github.io mechanism), or if you're willing to pay a very small amount, something like nfshost.
It's a server-side redirect, not a script redirect, and searches suggest that it's commonly installed on exploited servers via web server configuration. If the person running the site sees this: check your .htaccess and other web server configuration, and see if your server has been compromised. (Check your browser too.) Might also be a problem with the hosting provider.
Meanwhile, could the submitter or an HN admin please take some steps to prevent exploits of HN readers, such as changing the URL to something innocuous (such as example.org) and posting the original URL in a comment?