Last active
September 9, 2023 11:09
-
-
Save eai04191/431e31eeb446fd2049e10891db1d3c33 to your computer and use it in GitHub Desktop.
Google のなんかよくわからないトピックチップ隠すやつ 未保証
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==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