Click a link and need to go back 10x to get back. Yes, I enjoy the footballs.
You must log in or register to comment.
People have been complaining about this for a long time https://forums.mozillazine.org/viewtopic.php?t=613804
Anyone know of a good modern extension for this?
Go to about:config and set “browser.navigation.requireUserInteraction” to true
You can stop this by changing the settings in your browser. In Firefox go to about:config and search for browser.navigation.requireUserInteraction and toggle it so that it says true.
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.