Skip to content

Disable Bing Blur by hansjunodev

Screenshot of Disable Bing Blur

Details

Authorhansjunodev

LicenseNo License

CategoryBing

Created

Updated

Size204 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

The most recent Bing update introduced an animation which blurs the text on hover; this userstyle disables them.

Notes

Source code

/* ==UserStyle==
@name       bing.com - disable hover animation
@version    20240418.03.58
@namespace  ?
==/UserStyle== */

@-moz-document domain("bing.com") {
.b_algoHover {
    all: unset;
}
}

Reviews

No reviews yet.