Is it possible to get last page URL from the history object? I\'ve come accross history.previous but that\'s either undefined or protected from what I\'ve s
Not from the history object, but from document.referrer. If you want to get the last actual page visited, there is no cross-browser way without making a separate case based on support for each property.