diff --git a/src/components/Popup/MainHeader.vue b/src/components/Popup/MainHeader.vue index a05ccd00..02937dbe 100644 --- a/src/components/Popup/MainHeader.vue +++ b/src/components/Popup/MainHeader.vue @@ -160,7 +160,7 @@ export default Vue.extend({ const tab = await getCurrentTab(); // Insert content script - if (tab.id) { + if (tab.id && !tab.url?.startsWith("chrome:")) { await chrome.scripting.executeScript({ target: { tabId: tab.id }, files: ["/dist/content.js"],