Skip to content

A quieter Bing by QuietPlace

Details

AuthorQuietPlace

LicenseNo License

Categoryuserstyle

Created

Updated

Size446 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide some extra information.

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;
    }
}

Reviews

No reviews yet.