Skip to content

bing简洁版 by meursau1t

Details

Authormeursau1t

LicenseGPL v3.0

Categorybing

Created

Updated

Code size1.6 kB

Code checksuma8f84d7

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

  • 删除标题左侧图标
  • 取消关键词红色高亮
  • 搜索框变方

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         bing简洁版
@version      20211002.05.20
@namespace    userstyles.world/user/meursau1t
@description  - 删除标题左侧图标
- 取消关键词红色高亮
- 搜索框变方

@author       meursau1t
@license      GPL v3.0
==/UserStyle== */

@-moz-document domain("bing.com") {
/* 结果列表 */
.b_algo .sh_favicon {
    display: none;
}

.b_ans.b_mop .sh_favicon, .b_ans.b_mop .litebpt-cnfavicon2 {
    display: none;
}

#b_results>.b_algo {
    padding: 20px 20px 0;
}

#b_results>.b_ans {
    padding: 20px 20px 0;
}

#sp_requery strong, #sp_recourse strong, #tile_link_cn strong, .b_ad .ad_esltitle~div strong, h2 strong, .b_caption p strong, .b_snippetBigText strong, .recommendationsTableTitle+.b_slideexp strong, .recommendationsTableTitle+table strong, .recommendationsTableTitle+ul strong, .pageRecoContainer .b_module_expansion_control strong, .b_rs strong, .b_rrsr strong, #dict_ans strong, .b_listnav>.b_ans_stamp>strong, .adltwrnmsg strong {
    color: unset;   
}

a:visited, a:visited strong {
    color: grey !important;
}


/* 搜索框 */
#b_header .b_searchboxForm, #uaanswer .b_searchboxForm {
    border-radius: 4px !important;
}

.b_searchboxForm, .b_searchboxForm:hover {
    border-top-left-radius: 4px !important;
}

#est_cn::after, #est_en::after {
    border-radius: 4px !important; 
}

.as_on #b_header .b_searchboxForm {
    border-radius: 4px 4px 0 0 !important;
}

#sw_as #sa_ul, #sw_as #sa_ul li:last-of-type {
    border-radius: 0 0 4px 4px !important;
}

#sw_as .sa_fd {
    display: none !important;
}

#b_header #est_switch {
    margin-left: 160px;
}
}

Reviews

No reviews yet.