Hides the English dialogue lines on Trails in the Database, but reveals the English text when hovered over. Best paired with a Japanese hover popup dictionary such as Yomichan for efficient Japanese reading.
trailsinthedatabase Spoiler English Text (for Japanese learners!) by vgf89
Details
Authorvgf89
LicenseCC0
Categorytrailsinthedatabase.com
Created
Updated
Size967 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 Trails in the Database Spoiler English Text (for Japanese learners!)
@version 20230420.12.41
@namespace userstyles.world/user/vgf89
@description Hides the English dialogue lines on Trails in the Database, but reveals the English text when hovered over. Best paired with a Japanese hover popup dictionary such as Yomichan for efficient Japanese reading.
@author vgf89
@license CC0
==/UserStyle== */
@-moz-document regexp("^https:\\/\\/trailsinthedatabase\\.com\\/game-scripts(?:\\/)?\\?(?!.*q=).*$") {
.table > tbody:nth-child(1) > tr > td:nth-child(3):not(:hover) , .table > tbody:nth-child(1) > tr > td:nth-child(3):not(:hover) > a{
color: rgba(0, 0, 0, 0);
}
}
@-moz-document regexp("^https:\\/\\/trailsinthedatabase\\.com\\/game-scripts\\?game_id=\\d+&p=\\d+&q=.*") {
.table > tbody > tr > td:nth-child(4):not(:hover), .table > tbody > tr > td:nth-child(4):not(:hover) > a {
color: rgba(0, 0, 0, 0);
}
}