Greasy Fork镜像 支持简体中文。

Hide Google AI Overview

Hide AI Panel in Google search

  1. // ==UserScript==
  2. // @name Hide Google AI Overview
  3. // @namespace https://gsajith.com/
  4. // @version 2024-05-19
  5. // @description Hide AI Panel in Google search
  6. // @author https://twitter.com/guamhat
  7. // @match https://www.google.com/search?q=*
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=google.com
  9. // @run-at document-end
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. document.querySelector("[jscontroller='qTdDb']")?.remove();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址