Userstyle for convenient use of typing-tube.net
Typing Tube by teterumu

Details
Authorteterumu
LicenseMIT
Categorytyping-tube
Created
Updated
Code size1.3 kB
Code checksum9607995
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Typing Tube
@version 20211216.18.05
@namespace userstyles.world/user/teterumu
@description Userstyle for convenient use of typing-tube.net
@author teterumu
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://typing-tube.net/movie/show") {
section.content{
padding: 0 !important;
}
div#main_content > div.wrapper{
margin-left: calc(250px + 15px + 2%);
margin-right: 2%;
max-width: initial;
}
div#main_content > div.wrapper:nth-of-type(1) > ul.taglist{
padding-left: 0;
}
div#main_content > div.wrapper:nth-of-type(2){
display: none;
}
div#main_content > div.wrapper:last-of-type{
display: block;
}
div#controlbox > div.playarea{
padding-left: 0;
}
div#typing_practice_mode{
margin-top: 3em;
}
div#main_content > div.wrapper:last-of-type > section{
display: none;
}
div#main_content > div.wrapper:last-of-type > div.wrapper:last-of-type{
max-width: initial;
}
div#main_content > div.wrapper:last-of-type > div.wrapper:last-of-type > div.wrapper{
max-width: initial;
margin: 0;
}
div#kashi_roma{
text-transform: uppercase !important;
}
div#kashi{
text-indent: -1em;
}
div#kashi br, div#kashi_next br{
display: none;
}
}