Y
Hacker News
new
|
ask
|
show
|
jobs
by
PhasmaFelis
3264 days ago
Double-tapping back sometimes works on sites where the landing page immediately forwards you to something else, but this site appears to actively hijack the back/forward buttons. For shame.
1 comments
TryItOnline
3264 days ago
Not intentionally. This was a simple bug: a
history.pushState
that should have been
history.replaceState
.
link