diff --git a/res/popup/js/popup.js b/res/popup/js/popup.js index 9747805..6823075 100644 --- a/res/popup/js/popup.js +++ b/res/popup/js/popup.js @@ -30,6 +30,7 @@ async function processReceivedMessage(message, port){ if(message.cmd === 'set-current-site'){ if (site) { if (!site.host) { + // dunno why this fix is needed, but sometimes it is site.host = site.tabHostname; } }