Skip to content

Regex 101 - large substitution areas by anmiles

Screenshot of Regex 101 - large substitution areas

Details

Authoranmiles

LicenseNo License

Categoryregex101.com

Created

Updated

Size657 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make both regex and substitution areas 100% width and arrange them in a row. This allows to inspect 2x more lines at once

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Regex 101 - large substitution areas
@namespace      regex101.com
@version        1.0.0
@description    Make both regex and substitution areas 100% width and arrange them in a row. This allows to inspect 2x more lines at once
@author         Anatoliy Oblaukhov
==/UserStyle== */

@-moz-document domain("regex101.com") {
    ._3_sYH {
        display: none;
    }

    .RwyGz {
        flex-direction: row;
    }

    .RwyGz > * {
        width: 50%;
        height: 100%;
        max-height: none !important;
        margin-top: 0 !important;
    }

    .RwyGz h2 {
        flex-shrink: 0;
    }
}

Reviews

No reviews yet.