The most recent Bing update introduced an animation which blurs the text on hover; this userstyle disables them.
Disable Bing Blur by hansjunodev
Details
Authorhansjunodev
LicenseNo License
CategoryBing
Created
Updated
Size204 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Addresses these complaints:
https://answers.microsoft.com/en-us/bing/forum/all/bing-image-search-results-are-blurred/abd83883-aac5-4829-afa8-aecd5ed834fb
https://www.reddit.com/r/bing/comments/1c6mtp5/how_to_turn_off_zooming_animation_when_hovering/
https://www.reddit.com/r/bing/comments/1c5goqb/how_to_disable_search_result_box_slightly/
https://www.reddit.com/r/bing/comments/1c4plrd/new_zoom_on_search_results_is_blurry_and_hurts_my/
Source code
/* ==UserStyle==
@name bing.com - disable hover animation
@version 20240418.03.58
@namespace ?
==/UserStyle== */
@-moz-document domain("bing.com") {
.b_algoHover {
all: unset;
}
}