Skip to content

Commit

Permalink
fix(ecosia): wait for rendering of Nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
iorate committed Jun 16, 2024
1 parent 612d2bf commit 356611b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/search-engines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export const SEARCH_ENGINES: Readonly<
contentScripts: [
{
matches: ["https://www.ecosia.org/search?*"],
runAt: "document_start",
runAt: "document_idle",
},
],
messageNames: {
Expand Down

0 comments on commit 356611b

Please sign in to comment.