AI 产品解读Hides the AI Overview section in Google search results
Google added an 'AI Overview' feature to search results that users may find distracting or unwanted, and Google does not provide a built-in toggle to disable it. This extension solves that by hiding the AI Overview elements from the search results page.
1. User installs the extension from the Chrome Web Store.
2. The extension registers a content script that matches all Google search URLs (*.google.*/search*).
3. When a Google search results page loads, the extension injects style.css at document_start.
4. The CSS rules match and hide various AI Overview DOM elements using selectors based on class names, data attributes, and SVG paths.
5. The AI Overview sections are hidden from view, leaving the user with standard search results.
Hides pre-rendered AI Overview sections at the top of search resultsHides dynamic AI Overview sections (with 'Searching…' / 'Generating…' states)Hides AI Overview content within 'People also ask' sectionsHides product comparison AI OverviewsWorks on both desktop and mobile versions of Google searchWorks across all regional Google domains and most display languages
- 目标用户
- Google search users who find the AI Overview feature distracting or unnecessary / Users who prefer traditional organic search results without AI-generated summaries
- The extension relies on brittle CSS selectors that may break if Google changes the structure of their search results page. No JavaScript logic was found to handle dynamic updates or mutations, so it depends on the CSS being applied at document_start before the AI Overview elements render.
付费分析未识别到付费功能
The extension is entirely free. It contains no payment logic, subscription gating, license checks, or billing APIs. The 'pro' keyword matches in the static analysis are false positives: one is in the Chrome Web Store verified_contents.json (a standard Chrome extension metadata file), and the other two are in CSS comments referring to 'Product comparison AI Overview' (the word 'product' in 'Product comparison'). There is no evidence of any paid features.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension is a purely cosmetic content script that injects CSS to hide elements on Google search pages. It does not implement any login UI, nor does it require a Google account to function. The CSS comments even reference behavior 'while signed out', confirming it works without authentication.
A heads up - the AI search result shows up for a split second before being yeeted from your google search - regardless, it's so nice to not have to see the machine generated response and be able to get on with my work, worth it!
ai overview is showed up for a sec, its still annoying
Another great extension from this dev!