Skip to content

极简 by VictorGol

Screenshot of 极简

Details

AuthorVictorGol

LicenseNo License

Categoryfanyi.youdao.com

Created

Updated

Size956 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

给有道翻译网页去掉繁杂的样式

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         极简
@version      20230912.01.59
@namespace    userstyles.world/user/VictorGol
@description  给有道翻译网页去掉繁杂的样式
@author       VictorGol
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://fanyi.youdao.com/") {
.index[data-v-72e88ab5],
.top[data-v-27d658c4],
.translate-tab-container .tab-body-border-box[data-v-30e6cf08],
.translate-tab-container .tab-body-border-box .tab-body[data-v-30e6cf08] {
    background: #fefefe;
}

.box_ch .download_ch[data-v-21ee88cf],
.sticky-sidebar .feed,
.footer[data-v-486ecdea],
.top-nav.top,
.arxiv-pop-up,
.tab-header .tab-left .ic_new_tag[data-v-6e71f92b],
.tab-header .tab-left .tab-item[data-v-6e71f92b]:nth-child(n+2),
#TextTranslate label.checkbox,
.button_feedback,
.mask[data-v-909b0550],
.banner {
    display: none;
}

html {
    scrollbar-width: none;
    overflow: hidden;
}

html::-webkit-scrollbar {
    display: none;
}
}

Reviews

No reviews yet.