Security reasons - no, you can not dump the history of the browser (with javascript)
I mean you can not do
// This does not work
for (i=0; i<window.history.length; i++) {
alert(window.history[i]);
}
However I don't have good explanation why history.go(n);
is ok
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…