We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 897c7dc + dce06a7 commit 99b96bcCopy full SHA for 99b96bc
core_js/historyListener.js
@@ -44,7 +44,7 @@ function historyCleaner(details) {
44
if(urlBefore !== urlAfter) {
45
browser.tabs.executeScript(details.tabId, {
46
frameId: details.frameId,
47
- code: 'history.replaceState({state: null},"",'+JSON.stringify(urlAfter)+');'
+ code: 'history.replaceState(null,"",'+JSON.stringify(urlAfter)+');'
48
}).then(() => {}, onError);
49
}
50
0 commit comments