Skip to content

Instantly share code, notes, and snippets.

@eai04191
Last active September 9, 2023 11:09
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 eai04191/431e31eeb446fd2049e10891db1d3c33 to your computer and use it in GitHub Desktop.
Save eai04191/431e31eeb446fd2049e10891db1d3c33 to your computer and use it in GitHub Desktop.
Google のなんかよくわからないトピックチップ隠すやつ 未保証

これを image

こうする image

/* ==UserStyle==
@name Google のなんかよくわからないトピックチップ隠すやつ
@namespace mizle.net
@version 1.0.1
@author Eai
@license MIT
@preprocessor stylus
==/UserStyle== */
@-moz-document url-prefix("https://www.google.com/search?q=") {
.bqHHPb {
display: none;
}
.bSeRjc {
g-popup[jsname="V68bde"] {
[jsname='LgbsSe'] {
display: none;
}
div[jsname='V68bde'] {
display: unset !important;
z-index: unset !important;
position: absolute;
left: 0;
top: 0;
box-shadow: unset;
g-menu {
display: flex;
padding: 0;
padding-bottom: 2px;
> * {
border-radius: 8px;
padding: 4px;
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment