Skip to content

托福考满分 by ryohoi

Details

Authorryohoi

LicenseNo License

Categoryuserstyle

Created

Updated

Size543 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

功能列表:

  1. 默认显示听力译文

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         托福考满分
@version      20220327.12.12
@namespace    userstyles.world/user/ryohoi
@description  功能列表:
1. 默认显示听力译文
@author       ryohoi
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://toefl.kmf.com/") {
.translation-box {
    display: block !important;
}

.blur {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}

.shield-box {
    display: none !important;
}
}

Reviews

No reviews yet.