Skip to content

闲鱼洁癖 by ramen-curator

Details

Authorramen-curator

LicenseNo License

Categorygoofish.com

Created

Updated

Code size514 B

Code checksum3d87dac5

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

去掉了首页、搜索栏的注意力钩子

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       闲鱼洁癖
@version    20250331.13.37
@namespace  https://userstyles.world/user/Ramen Curator
@author     Ramen Curator
==/UserStyle== */

@-moz-document domain("goofish.com") {
[class^="feeds-container--"],[class^="banner-container-"],[class^="search-tip-"],[class^="search-history-"] {
  /* 样式写在这里 */
    display:none!important;
}
input[class^="search-input-"]::placeholder{
    color: transparent;
}

[class^="sidebar-item-container-"]{
    display:none!important;
}
}

Reviews

No reviews yet.