diff extension/css/search.css @ 23:393f6eb1d9a8

Hide "AI mode" buttons in Google Search and results pages.
author Paul Fisher <paul@pfish.zone>
date Sun, 21 Sep 2025 15:30:26 -0400
parents eaea0163d04a
children
line wrap: on
line diff
--- 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;
 }