Skip to content

Typing Tube by sumadoratyper

Screenshot of Typing Tube

Details

Authorsumadoratyper

LicenseMIT

Categorytyping-tube

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Userstyle for Typing Tube (typing-tube.net)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Typing Tube
@version      2023.06.17
@namespace    https://github.com/sumadoratyper/userstyles
@homepageURL  https://github.com/sumadoratyper/userstyles
@description  Userstyle for Typing Tube
@author       teterumu
@license      MIT
==/UserStyle== */

@-moz-document url-prefix("https://typing-tube.net/movie/show") {
  :root{
    --romaji-style: uppercase;
  }

  section.content{
    padding-inline: 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#youtube-movie{
    aspect-ratio: initial !important;
  }

  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: var(--romaji-style) !important;
  }

  div#kashi{
    text-indent: -1em;
  }

  div#kashi br, div#kashi_next br{
    display: none;
  }
}

Reviews

No reviews yet.