Skip to content

simply UI by stupienius

Details

Authorstupienius

LicenseCC-BY-4.0

Categorywww.keybr.com

Created

Updated

Size569 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

hide something innecessary

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         simply UI
@namespace    USO Archive
@author       stupienius
@description  Hide typing speed and score. Hide red foreground of wrongly typed characters.  All this to help user focus on correctness and not typing speed.
@version      20200526.06.54
@license      CC-BY-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain(keybr.com) {
    
    main{
        padding-top:80px;
        background-color:white;
        width:100vw;
        height:100vh;
    }
    body *:not(main):not(main *){
        display:none!important;
    }
}

Reviews

No reviews yet.