diff --git a/platform/mv3/extension/js/background.js b/platform/mv3/extension/js/background.js index 4d9c644c5..efa05b2ae 100644 --- a/platform/mv3/extension/js/background.js +++ b/platform/mv3/extension/js/background.js @@ -667,9 +667,6 @@ async function startSession() { // Permissions may have been removed while the extension was disabled const permissionsUpdated = await syncWithBrowserPermissions(); - // Unsure whether the browser remembers correctly registered css/scripts - // after we quit the browser. For now uBOL will check unconditionally at - // launch time whether content css/scripts are properly registered. if ( isNewVersion || permissionsUpdated ) { registerInjectables(); }