wantora/weautopagerize

[Feature Request] Use window.history.replaceState() instead of browser.history.addUrl()

sn260591 opened this issue · 0 comments

window.history.replaceState() allows to replace the url in the address bar: this is useful when restoring a browser session, since the last loaded page will be opened. Also, history permission will no longer be needed.