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.
Authorvolkischexe
LicenseNo License
Categorybing
Created
Updated
Size584 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
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.
/* ==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;
}
}