There is window.history object in javascript.
It's possible to get lenght of the history using window.history.lenght or redirect to the previous / next url in the history using history.go(N)
Is there any trick to get URL of the history objects? As i see it's not possible with history object, because urls are even not readonly.
Do you have any ideas?