diff --git a/src/drivers/webextension/js/content.js b/src/drivers/webextension/js/content.js index 6df3104fa..78b8f02cf 100644 --- a/src/drivers/webextension/js/content.js +++ b/src/drivers/webextension/js/content.js @@ -362,7 +362,10 @@ const Content = { requires.map(async ({ name, categoryId, technologies }) => { const id = categoryId ? `category:${categoryId}` : `technology:${name}` - if (!Content.analyzedRequires.includes(id)) { + if ( + !Content.analyzedRequires.includes(id) && + Object.keys(Content.cache).length + ) { Content.analyzedRequires.push(id) await Promise.all([ diff --git a/src/technologies/p.json b/src/technologies/p.json index d835fa300..e1356c5ae 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -1475,7 +1475,7 @@ "cats": [ 19 ], - "description": "Popper is an tolltip & popover positioning engine", + "description": "Popper is an tooltip and popover positioning engine.", "html": [ "