Skip to content

Force temperature unit to Farenheit in Kagi search by spirited-pause

Screenshot of Force temperature unit to Farenheit in Kagi search

Details

Authorspirited-pause

LicenseNo License

Categoryhttps://kagi.com

Created

Updated

Size404 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Force temperature unit to Farenheit in Kagi search

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           kagi.com - 11/1/2023, 5:38:07 AM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("kagi.com") {
    /* Insert code here... */
    .temp_scale_C {
        display: none !important;
    }
    .temp_scale_F {
        display: flex !important;
    }
}

Reviews

No reviews yet.