Skip to content

Instantly share code, notes, and snippets.

@stefanschmidt
Last active May 13, 2021 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanschmidt/4dafd610214e0015bcaf75d3d07db15d to your computer and use it in GitHub Desktop.
Save stefanschmidt/4dafd610214e0015bcaf75d3d07db15d to your computer and use it in GitHub Desktop.
Remove annoyances from Google search results
! For use in Adguard for Safari on macOS: http://adguard.com
! Syntax for filters: https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters
! See also: https://adblockplus.org/filter-cheatsheet#elementhideemulation
! Takes about ten seconds after saving for changes to be reflected in browser
! Removes the sections "People also search for", "People also ask", "Related searches" and "Featured snippet from the web"
www.google.com#?#div:-abp-has( > div > div > div > h4:-abp-contains(People also search for))
www.google.com#?#div:-abp-has( > div > div > div > div > h2:-abp-contains(People also ask))
www.google.com#?#div:-abp-has( > div> div > div > div > div > h3 > span:-abp-contains(Related searches))
www.google.com#?#div:-abp-has( > div > div > div > div > h2:-abp-contains(Featured snippet from the web))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment