Hide some extra information.
A quieter Bing by QuietPlace
Details
AuthorQuietPlace
LicenseNo License
Categoryuserstyle
Created
Updated
Code size446 B
Code checksumed7c3fe9
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.bing.com - 2023/10/10 21:14:32
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.bing.com/search?") {
#b_context {
display: none;
}
#b_results > li.b_ans > .b_rs#brsv3 {
display: none;
}
#relatedSearchesLGWContainer {
display: none;
}
}