iam working on a tampermonkey script (javascript), and i need a help about go back to the previouse page, i already tryed some codes but did not worked, the code used can go back to the previouse page but after loading the back again to the first page and a loop of back and foward is started please help i want only back to previouse page and stop the codes used before
history.back()
and
window.history.go(-1)
and
if (history.length) {
//There is history to go back to
history.go(-1);
}