Skip to content

Instantly share code, notes, and snippets.

@fanfare
Last active January 18, 2020 03:44
Show Gist options
  • Save fanfare/d6539fa15ced86811313cb6fb1b0597e to your computer and use it in GitHub Desktop.
Save fanfare/d6539fa15ced86811313cb6fb1b0597e to your computer and use it in GitHub Desktop.
EMERGENCY STYLESHEET TO MAKE GOOGLE RESULTS LOOK LESS MESSED UP
/* warning not yet stable.. messed up on video results pages.. need to fix.. */
div.g .r a {
pointer-events:none
}
div.g a h3 {
pointer-events:all!important
}
div.g h3 {
transform:translateY(-22px) translateX(-1px);
white-space: pre;
}
div.g a > div {
transform:translateY(29px);
}
.TbwUpd {
pointer-events:none!important
}
div.g a > div img {
display:none
}
.yWc32e {
transform:translateY(29px) translateX(-24px)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment