Skip to content

Instantly share code, notes, and snippets.

View ravachol70's full-sized avatar

ravachol ravachol70

View GitHub Profile
@ravachol70
ravachol70 / google-search-selectors-1.css
Created October 23, 2024 23:38 — forked from Mariven/google-search-selectors-1.css
css selectors to cover up google's ongoing necrosis
div#main>div:first-child>div:has(>div+div#center_col) div:has(div[jscontroller]>div[jsname]>div>h1+div[jscontroller]>div[jsmodel]) > div:first-child {
/* remove AI answers box */
display: none;
}
div#search div[data-async-context] > div:nth-child(2) div:has(video, [aria-label*="Play on Google"]) {
/* remove videos section */
display: none !important;
}