remove extra content script being injected that results in multiple messages

This commit is contained in:
Jake Fink 2024-04-25 16:35:27 -04:00
parent dba910d0b9
commit 923f6c67f8
No known key found for this signature in database
GPG Key ID: FD482F8453480035
1 changed files with 0 additions and 5 deletions

View File

@ -130,11 +130,6 @@ export default class AutofillService implements AutofillServiceInterface {
if (triggeringOnPageLoad && autoFillOnPageLoadIsEnabled) {
injectedScripts.push("autofiller.js");
} else {
await this.scriptInjectorService.inject({
tabId: tab.id,
injectDetails: { file: "content/content-message-handler.js", runAt: "document_start" },
});
}
injectedScripts.push("notificationBar.js", "contextMenuHandler.js");