What's wrong with this?
I am trying to make a bookmark script to set a cookie for the current page, to be used by a PHP extension. But it only partially works.
location.reload() works, but history.go(0); doesn't. What am I missing here? or is there any alternative to it?
( Code belowCollapse )