Hacker News new | ask | show | jobs
by progval 974 days ago
> redirect to guessed site

I always wondered about that. What's the point of redirecting instead of serving a different template on the same URL?

1 comments

That works, you'd just have to put the setting in a cookie rather than local storage.
Why? If you can detect mobile user-agents on the first page load, can't you do it in the next page loads too?