nevkontakte / gcb-js

JavaScript reincarnation of Google Cache Browser
http://cache.nevkontakte.com/
Other
48 stars 12 forks source link

Fix browser history buttons history #7

Open nevkontakte opened 10 years ago

nevkontakte commented 10 years ago

Each page seems to be added twice, making navigating back impossible.

nevkontakte commented 10 years ago

Seems to be a weird problem specific to Firefox: it creates a new history entry when document.open();document.write();document.close() is performed.

The only possible way to fix this is completely changing the way GCB navigation works, so I won't fix for now.