DeSlop 제작자: Grivi
Defaults Google searches to the Web filter and hides AI Mode. No AI Overview, just classic search results.
확장 메타 데이터
스크린샷
정보
DeSlop removes Google's AI surfaces from search.
Four independent toggles, each does one thing:
• Hide AI Overview — Removes the AI summary block from the search results page. CSS plus a MutationObserver, catches the block as soon as Google streams it in.
• Hide AI Mode buttons — Removes the AI Mode tab from the SERP nav AND the AI Mode pill from the homepage search bar. Both become literally unclickable.
• Skip AI Mode pages — If a URL has ?…&udm=50 (AI Mode), strips the parameter so you land on the regular All tab. Covers cases where you're routed to AI Mode from outside Google.
• Just the links (opt-in) — Adds ?…&udm=14 to every Google search, switching Google to its hidden Web filter view. No AI, no ads, no shopping, no knowledge panels.
How it works
Three independent layers with strict guards against false positives. URL redirection is declarative (Chrome's network stack evaluates two static rulesets, no JavaScript inspects your URLs). CSS hides target Google's current AI Overview container directly. A DOM-scanner fallback walks for localized "AI Overview" headings across English, Hungarian, German, French, Spanish, Italian, Dutch, Polish, and Japanese, stopping at result-block boundaries so adjacent organic results are never touched.
Supported domains
google.com, google.hu, google.de, google.co.uk, google.fr, google.es, google.it, google.nl, google.pl, google.com.au, google.ca, google.co.jp.
Privacy
No network requests. No analytics. No page-content reads (the scanner only matches AI Overview heading text and AI Mode button labels, never the content of organic results). The only data stored is the four toggle states, synced across your Chrome profiles via chrome.storage.sync.
Open source under MIT
Four independent toggles, each does one thing:
• Hide AI Overview — Removes the AI summary block from the search results page. CSS plus a MutationObserver, catches the block as soon as Google streams it in.
• Hide AI Mode buttons — Removes the AI Mode tab from the SERP nav AND the AI Mode pill from the homepage search bar. Both become literally unclickable.
• Skip AI Mode pages — If a URL has ?…&udm=50 (AI Mode), strips the parameter so you land on the regular All tab. Covers cases where you're routed to AI Mode from outside Google.
• Just the links (opt-in) — Adds ?…&udm=14 to every Google search, switching Google to its hidden Web filter view. No AI, no ads, no shopping, no knowledge panels.
How it works
Three independent layers with strict guards against false positives. URL redirection is declarative (Chrome's network stack evaluates two static rulesets, no JavaScript inspects your URLs). CSS hides target Google's current AI Overview container directly. A DOM-scanner fallback walks for localized "AI Overview" headings across English, Hungarian, German, French, Spanish, Italian, Dutch, Polish, and Japanese, stopping at result-block boundaries so adjacent organic results are never touched.
Supported domains
google.com, google.hu, google.de, google.co.uk, google.fr, google.es, google.it, google.nl, google.pl, google.com.au, google.ca, google.co.jp.
Privacy
No network requests. No analytics. No page-content reads (the scanner only matches AI Overview heading text and AI Mode button labels, never the content of organic results). The only data stored is the four toggle states, synced across your Chrome profiles via chrome.storage.sync.
Open source under MIT
0명이 0점으로 평가함
권한 및 데이터
필수 권한:
- 모든 페이지의 콘텐츠 차단
- www.google.com에서 사용자의 데이터에 접근
- www.google.hu에서 사용자의 데이터에 접근
- www.google.de에서 사용자의 데이터에 접근
- www.google.co.uk에서 사용자의 데이터에 접근
- www.google.fr에서 사용자의 데이터에 접근
- www.google.es에서 사용자의 데이터에 접근
- www.google.it에서 사용자의 데이터에 접근
- www.google.nl에서 사용자의 데이터에 접근
- www.google.pl에서 사용자의 데이터에 접근
- www.google.com.au에서 사용자의 데이터에 접근
- www.google.ca에서 사용자의 데이터에 접근
- www.google.co.jp에서 사용자의 데이터에 접근
선택적 권한:
- www.google.com에서 사용자의 데이터에 접근
- www.google.hu에서 사용자의 데이터에 접근
- www.google.de에서 사용자의 데이터에 접근
- www.google.co.uk에서 사용자의 데이터에 접근
- www.google.fr에서 사용자의 데이터에 접근
- www.google.es에서 사용자의 데이터에 접근
- www.google.it에서 사용자의 데이터에 접근
- www.google.nl에서 사용자의 데이터에 접근
- www.google.pl에서 사용자의 데이터에 접근
- www.google.com.au에서 사용자의 데이터에 접근
- www.google.ca에서 사용자의 데이터에 접근
- www.google.co.jp에서 사용자의 데이터에 접근
데이터 수집:
- 개발자가 이 확장 기능은 데이터 수집이 필요하지 않다고 합니다.
추가 정보
- 부가 기능 링크
- 버전
- 1.0.1
- 크기
- 23.59 KB
- 마지막 업데이트
- 4일 전 (2026년 5월 20일)
- 관련 카테고리
- 라이선스
- MIT 라이선스
- 버전 목록
- 모음집에 추가
Nothing.
DeSlop does not collect, transmit, store on a remote server, or otherwise gather:
Personally identifiable information
Health, financial, authentication, or location data
Personal communications
Browsing history, page contents, or user activity
Any telemetry, analytics, crash reports, or usage metrics
The extension makes no network requests. It does not contact any remote server — not for analytics, not for configuration, not for updates beyond the standard Chrome Web Store update channel which Google handles automatically.