Hide Google AI Overview

Hide AI Panel in Google search

当前为 2024-05-20 提交的版本,查看 最新版本

  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();