# HG changeset patch # User Paul Fisher # Date 1758483026 14400 # Node ID 393f6eb1d9a85f8696985d1addf512d8cd668554 # Parent a1fb69eaf3ec008e7d3c3551625ca72e23545d83 Hide "AI mode" buttons in Google Search and results pages. diff -r a1fb69eaf3ec -r 393f6eb1d9a8 extension/css/search.css --- a/extension/css/search.css Tue Jun 17 10:24:31 2025 -0400 +++ b/extension/css/search.css Sun Sep 21 15:30:26 2025 -0400 @@ -1,5 +1,8 @@ /* AI summary */ .h7Tj7e, /* AI-generated "people also ask" */ .related-question-pair:has(.XTvndd), -/* AI-generated "things to know" */ [jscontroller=Elkdbc] { +/* AI-generated "things to know" */ [jscontroller=Elkdbc], +/* AI Mode homepage button */ button.plR5qb, +/* AI Mode search tab */ .olrp5b, +/* Labs icon */ .gb_D a[href^="https://labs.google.com/"] { display: none !important; } diff -r a1fb69eaf3ec -r 393f6eb1d9a8 extension/manifest.json --- a/extension/manifest.json Tue Jun 17 10:24:31 2025 -0400 +++ b/extension/manifest.json Sun Sep 21 15:30:26 2025 -0400 @@ -64,6 +64,8 @@ { "css": ["css/search.css"], "matches": [ + "https://www.google.com/webhp", + "https://www.google.com/webhp?*", "https://www.google.com/search", "https://www.google.com/search?*", "https://www.google.ad/search", diff -r a1fb69eaf3ec -r 393f6eb1d9a8 notes --- a/notes Tue Jun 17 10:24:31 2025 -0400 +++ b/notes Sun Sep 21 15:30:26 2025 -0400 @@ -1,3 +1,6 @@ The list of all Google domains is: https://www.google.com/supported_domains + +Google has said they are only going to use google.com from now on: +https://blog.google/products/search/country-code-top-level-domains/