tyrant@lemmy.world to Mildly Infuriating@lemmy.worldEnglish · 2 months agoRedirect to prevent back buttonlemmy.worldimagemessage-square60fedilinkarrow-up1667file-text
arrow-up1667imageRedirect to prevent back buttonlemmy.worldtyrant@lemmy.world to Mildly Infuriating@lemmy.worldEnglish · 2 months agomessage-square60fedilinkfile-text
minus-squareredirtSdeR@lemmy.worldlinkfedilinkEnglisharrow-up42·2 months agoI was just thinking about this. Super annoying because it can actually be fixed by using History.replaceState() over History.pushState(). I guess the reason they do it is either to keep you stuck on their sucky site, or just incompetence.
I was just thinking about this.
Super annoying because it can actually be fixed by using
History.replaceState()
overHistory.pushState()
.I guess the reason they do it is either to keep you stuck on their sucky site, or just incompetence.