diff --git a/src/js/background.js b/src/js/background.js index bcb24d6..0e5d013 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -46,7 +46,6 @@ const approvedUrls = new Map(); // Map to store approved URLs per tab // List of search engines to check against const searchEngines = [ "google.com", - "google.", // Covers all Google country domains like google.co.uk, google.fr, etc. "bing.com", "duckduckgo.com", "librey.org", diff --git a/src/js/content.js b/src/js/content.js index 19914dc..e84f455 100644 --- a/src/js/content.js +++ b/src/js/content.js @@ -50,7 +50,6 @@ let userUntrusted = new Set(); // Search engines where highlighting should be applied const searchEngines = [ "google.com", - "google.", // Covers all Google country domains like google.co.uk, google.fr, etc. "bing.com", "duckduckgo.com", "librey.org",