Now do paywalls next.
A new spam policy for “back button hijacking”
51–60 of 532 posts
Re: A new spam policy for “back button hijacking”
#52Earlier quoted context omitted.
It really comes down to JavaScript. The web was fine when sites were static HTML, images, and forms with server-side rendering (allowing for forums and blogs).
Did you use the web back in 1995? It was fun, but it also sucked compared to what we have now. Nothing is ever perfect, but I wouldn’t want to go back.
I'm still not over the loss of Gopher.
Re: A new spam policy for “back button hijacking”
#53Earlier quoted context omitted.
Happened to me yesterday through a link off here. I was already expecting it given the domain, but usually mashing back fast enough does the trick eventually. Not this time. Had to kill the tab.
In most browsers you can hold the back button for a second and it will let you skip back more than one step.
Re: A new spam policy for “back button hijacking”
#54Re: A new spam policy for “back button hijacking”
#55Earlier quoted context omitted.
Did you use the web back in 1995? It was fun, but it also sucked compared to what we have now. Nothing is ever perfect, but I wouldn’t want to go back.
I’d go back in a heartbeat. Making the web a software SDK was the worst thing to happen to it.
Both in terms of comprehensiveness and in terms of functionality.
Re: A new spam policy for “back button hijacking”
#56Earlier quoted context omitted.
> When a user clicks the "back" button in the browser, they have a clear expectation: they want to return to the previous page. Back button hijacking breaks this fundamental expectation. It seems pretty stupid. Instead of expanding the SEO policy bureaucracy to address a situation where a spammer hijacks the back button, the browser should have been designed in the first place to never allow that hijacking to happen.…
What about all the very legitimate uses of programmatically adding history entries?
Re: A new spam policy for “back button hijacking”
#57I feel like anything loaded from a third party domain shouldn't be allowed to fiddle with the history stack.
Re: A new spam policy for “back button hijacking”
#58Now do paywalls next.
How would you recommend that creators of valuable content get paid?
But I am also willing to pay for valuable content an exorbitant amount if it is valuable enough. For instance, for absolutely critical information I might pay 0.79€ a month.
Re: A new spam policy for “back button hijacking”
#59Earlier quoted context omitted.
So that in single-page applications, it can work intuitively instead of always taking you all the way out of the app.
If the navigation simulates what would happen if we follow links to SPA#pos1, SPA#pos2, etc so that if I do two clicks within the SPA, and then hit Back three times I'm back to whatever link I followed to get to the SPA, I guess it's OK and follows user expectations. But if it is used as an excuse to trap the user in the SPA unless they kill the tab, not OK.
The real answer is to have desktop applications that work like applications (buttons do what feels right), and websites that work like websites.
SPA, is a page application. Pages aren’t applications, applications aren’t pages. AutoCAD is an app, the Robotech Encyclopedia is content.
Re: A new spam policy for “back button hijacking”
#60Some Microsoft sites have been very guilty of this. They are the ones that stick in my head in recent memory.
IIRC the Azure “portal” does this. Also likes to not record things as navigation events that really feel like they should be. Hitting back on that thing is like hitting the back button on Android, it’s the “I feel lucky” button. Anything could happen.