Some Microsoft sites have been very guilty of this. They are the ones that stick in my head in recent memory.
A new spam policy for “back button hijacking”
11–20 of 532 posts
Re: A new spam policy for “back button hijacking”
#12Are they considering all uses of window.history.pushState to be hijacking? If so, why not remove that function from Chrome?
Re: A new spam policy for “back button hijacking”
#13Cool, now maybe let's do something about all the shit I have to clear out out my face before I can read a simple web page. For example, on this very article I had to click "No thanks" for cookies and then "No thanks" for a survey or something. And then there was an ad at the top for some app that I also closed. It's like walking into some room and having to swat away a bunch of cobwebs before doing whatever it is you…
Re: A new spam policy for “back button hijacking”
#14Are they considering all uses of window.history.pushState to be hijacking? If so, why not remove that function from Chrome?
Clicking the dismiss button on the cookie banner is not a reason to push a state that will show the user a screen full of ads when they try to leave. (Mentioning the cookie banner because AFAIK Chrome requires a "user gesture" before pushState works normally, https://groups.google.com/a/chromium.org/g/blink-dev/c/T8d4_...)
Re: A new spam policy for “back button hijacking”
#15Re: A new spam policy for “back button hijacking”
#16The iron law of web encrapification: every web feature will (if possible) be employed to abuse the user, usually to push advertising.
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).
Re: A new spam policy for “back button hijacking”
#17Cool, now maybe let's do something about all the shit I have to clear out out my face before I can read a simple web page. For example, on this very article I had to click "No thanks" for cookies and then "No thanks" for a survey or something. And then there was an ad at the top for some app that I also closed. It's like walking into some room and having to swat away a bunch of cobwebs before doing whatever it is you…
zero cookie banners
zero surveys popping up
zero ads to be closed
Just the text of the page with no other distractions in the way.
Re: A new spam policy for “back button hijacking”
#18Some Microsoft sites have been very guilty of this. They are the ones that stick in my head in recent memory.
Are they? This seems about deceptive or malicious content (i.e., redirecting to ads) rather than “something in my history triggers a JS redirect”. I’ve definitely experienced the latter with MS, but never the former.
Re: A new spam policy for “back button hijacking”
#19The iron law of web encrapification: every web feature will (if possible) be employed to abuse the user, usually to push advertising.
Re: A new spam policy for “back button hijacking”
#20The iron law of web encrapification: every web feature will (if possible) be employed to abuse the user, usually to push advertising.
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).