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.
1 parent 92e43b7 commit dce06a7Copy full SHA for dce06a7
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