Created
December 18, 2021 18:34
-
-
Save inxomnyaa/ada384f4a4a69b510d8b52559946a975 to your computer and use it in GitHub Desktop.
Clean up deepl, works great with FireFox MultiTranslate addon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.dl_body { | |
min-height: 100%; | |
} | |
.dl_body > * { | |
display: none !important; | |
} | |
.dl_body > .dl_translator_page_container { | |
display: flex !important; | |
height: 100%; | |
width: 100%; | |
} | |
.dl_translator_page_container > * { | |
display: none !important; | |
} | |
.dl_translator_page_container > #dl_translator { | |
display: contents !important; | |
} | |
.dl_translator_page_container .pageDescription { | |
display: none; | |
} | |
.dl_translator_page_container .lmt__docTrans-tab-container { | |
display: none !important; | |
} | |
.lmt__sides_container { | |
margin: unset !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment