This commit is contained in:
hensm
2020-01-23 19:15:09 +00:00
parent 4d021feb5a
commit 722a67351c

View File

@@ -48,7 +48,7 @@ export default class PopupReceiverSelector
* window script.
*/
browser.runtime.onConnect.addListener(port => {
// Don't polute history
// Don't pollute history
browser.history.deleteUrl({ url: POPUP_URL });
if (port.name !== "popup") {