Skip to content

Disable text-size-adjust by zamadatix

Details

Authorzamadatix

LicenseNo License

CategoryAny

Created

Updated

Size459 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Disables the minimum text size adjustments on many browsers. Useful e.g. in mobile Safari on iOS which does not have a setting to disable this, particularly for users with a default zoom <100%.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Disable text-size-adjust
@version      1663627660
@namespace    userstyles.world/user/zamadatix
@description  Disables minimum text size adjustment
@author       zamadatix
@license      MIT
==/UserStyle== */

@-moz-document regexp(".*")
{
    *
    {
        -moz-text-size-adjust:    none !important;
        -webkit-text-size-adjust: none !important;
        text-size-adjust:         none !important;
    }
}

Reviews

No reviews yet.