Y
Hacker News
new
|
ask
|
show
|
jobs
by
withinboredom
716 days ago
Your second link just forwards to google.com for some reason. I think it might be dead-ish, or just royally misconfigured.
1 comments
gnabgib
716 days ago
There's JS in page:
if (ref.host === 'news.ycombinator.com') { window.location.href = 'https://google.com/'; }
So.. it's not a mistake. I guess there was a discussion about it 2 years ago (111 points, 69 comments)
https://news.ycombinator.com/item?id=32860742
link
withinboredom
716 days ago
That's pure evil.
link