Skip to content

Better DeepL by menndouyukkuri

Details

Authormenndouyukkuri

LicenseCC0

Categorydeepl.com

Created

Updated

Size915 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes DeepL easier to view. / DeepLをより見やすくします。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Better DeepL
@namespace      https://userstyles.world/style/18486/
@version        1.0.0
@description    Makes DeepL easier to view. / DeepLをより見やすくします。
@author         menndouyukkuri
==/UserStyle== */

@-moz-document domain("deepl.com") {
    button[id="headlessui-popover-button-:r1:"] {
        display: none;
    }

    nav.border-neutral-next-100:nth-child(5) {
        padding-bottom: 0;
    }

    @media (max-width: 768px) {
        .mobile\:py-0 {
            padding-top: 1rem;
        }
    }

    @media (max-width: 560px) {
        .TranslatorTab-module--active--0b6ea, #headlessui-tabs-tab-\:R2ll8clfjhl\: > div:nth-child(1), #headlessui-tabs-tab-\:R4ll8clfjhl\: > div:nth-child(1) {
            height: 40px;
        }

        div.rounded-ee-inherit:nth-child(3) {
            min-height: 240px;
        }
    }
}

Reviews

No reviews yet.