Similar to Change the URL using GreaseMonkey
I have an internal URL that shows a form which I have to press a button to trigger a POST
on the same URL with extra data. What happens is the landing URL and the result of the POST
gives two different history entries.
I have my GreaseMonkey script already clicking the button, but what I want is if I press back it goes two history entries back, rather than the GET
page which then triggers my GreaseMonkey script again.