makes URLs under www.bing.com/search dark mode!
Bing Dark Mode by catastrophicdinosaur
Details
Authorcatastrophicdinosaur
LicenseNo License
Categorybing
Created
Updated
Size2.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
if you want to improve it for shopping and images go ahead, also it's not perfect so i might add updates for it
Source code
/* ==UserStyle==
@name Bing Dark Mode
@namespace example.com
@version 1
@description adds dark mode to bing search
@author Dino
==/UserStyle== */
@-moz-document domain("example.com") {
/**
html, body #b_results .b_no {
background-color: #3e3e3e
}
#b_header {
padding: 0px 0 0 0;
background: #3e3e3e;
}
#b_pole .b_wpTabsWrapper {
background-color: #3e3e3e;
margin: 0px 0;
padding: 9px 0;
padding-bottom: 9px;
}
#b_pole .ent-dtab-content > div:first-child {
background-color: #373737;
}
.b_scopebar, .b_scopebar a, .b_scopebar a:visited, .id_button, .id_button:visited {
color: #fff;
}
body, .b_promoteText, #b_tween a.ftrH, #b_tween a.ftrH:hover, .b_expando, .b_expando h2, .b_active a, .b_active a:visited, .b_active a:hover, #b_results > .b_pag a, #b_results .b_no, #b_content a.cbl:visited, #b_content a.cbl {
color: #fff;
}
#b_results, #b_results .b_defaultText, #b_results > .b_pag a:hover, #b_tween .b_toggle:hover, #b_tween .b_highlighted {
color: #fff;
}
body, .b_promoteText, #b_tween a.ftrH, #b_tween a.ftrH:hover, .b_expando, .b_expando h2, .b_active a, .b_active a:visited, .b_active a:hover, #b_results > .b_pag a, #b_results .b_no, #b_content a.cbl:visited, #b_content a.cbl {
color: #fff;
}
#b_context, #b_context #wpc_eif {
color: #fff;
}
#b_context .b_ans, #b_context #wpc_ag {
background-color: #3e3e3e;
}
#b_results > li {
background-color: #3e3e3e;
}
.b_caption p strong, .b_caption .b_factrow strong, .b_secondaryText strong {
color: #fff;
}
#df_listaa .b_module_expansion .b_expansion_text {
color: #fff;
font-size: 16px;
line-height: 20px;
max-width: calc(100% - 46px);
}
a, #b_tween a:visited, #b_results .b_no a {
color: #eee;
}
#b_results > li a {
color: #eee;
}
a:visited, #b_results > li a:visited {
color: #aaa;
}
cite, #b_results cite.sb_crmb a, #b_results cite a.sb_metalink, #b_results .b_adurl cite a, #bk_wr_container cite a {
color: #eee;
}
.b_traits {
color: #eee;
font-size: 11px;
font-weight: 700;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: .02em;
}
.b_scopebar .b_active a, .b_scopebar a:hover, .id_button:hover {
color: #fff;
}
#b_header {
border-bottom: 1px solid #3e3e3e;
}
.b_searchboxForm, .sa_as .sa_drw {
background-color: #4d4d4d;
}
#b_header .b_searchbox {
color: #fff;
}
.l_ecrd_bkg_hlt, #b_content #b_pole .ent-dtab-content, #b_content #b_pole .ent-dtab-content > div:first-child, .l_ecrd_kt a {
background-color: #3e3e3e;
}
.lite-entcard-main a, .lite-entcard-main a:visited {
color: #fff;
}
.l_ecrd_txt_qfttl {
color: #fff;
font-size: 11px;
line-height: 18px;
}
*/
}