Skip to content

Deepl Translator Tweaks by spider1996

Details

Authorspider1996

LicenseCC0-1.0

Categorydeepl.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tweaks some Things from Deepl for use in Sidebars.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Deepl Translator Tweaks
@namespace      https://userstyles.world/user/spider1996
@author         Spider1996
@description    `Tweaks some Things from Deepl for use in Sidebars.`
@version        1.1.0
@license        CC0-1.0
@preprocessor   stylus
@var checkbox HideButtons "Hide Menu Buttons"  0
@var checkbox HideAds "Hide Ads and Pro"  0
@var checkbox HideFooter "Hide Footer"  0
==/UserStyle== */
@-moz-document domain("deepl.com") {

    /* Hide Business Button */
    if HideButtons {
        #gatsby-focus-wrapper > div > div.flex.h-screen > div.flex-1.md\:overflow-y-scroll > header > div.flex.flex-row.items-center.gap-2.justify-self-end {
            display: none;
        }
    }

    if HideAds {
        #gatsby-focus-wrapper > div > div.flex.h-screen > div.flex-1.md\:overflow-y-scroll > div.relative.pe-0 > div.bg-neutral-next-50.relative > span {
            display: none;
        }
    }

    /* Hide Footer */
    if HideFooter {
        #gatsby-focus-wrapper > div > div.flex.h-screen > div.flex-1.md\:overflow-y-scroll > footer {
            display: none;
        }
    }
}

Reviews

No reviews yet.