功能列表:
- 默认显示听力译文
Authorryohoi
LicenseNo License
Categoryuserstyle
Created
Updated
Size543 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
功能列表:
/* ==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;
}
}