Skip to content

Remove Wikipedia box from Bing results by volkischexe

Screenshot of Remove Wikipedia box from Bing results

Details

Authorvolkischexe

LicenseNo License

Categorybing

Created

Updated

Size584 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Does what it says on the tin: removes the enhanced Wikipedia section from Bing search results. Useful if you're no longer using Wikipedia as a reliable source of information.

Also removes the little Wikipedia icon from Bing info boxes.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Remove Wikipedia box from Bing results
@version      20220527.16.58
@namespace    userstyles.world/user/volkischexe
@description  Does what it says on the tin: removes the enhanced Wikipedia section from Bing search results. Useful if you're no longer using Wikipedia as a reliable source of information.

Also removes the little Wikipedia icon from Bing info boxes.
@author       volkischexe
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.bing.com/search") {
.b_algoBigWiki,.b_algoBigWiki2 {
    display: none;
}
}

Reviews

No reviews yet.