Skip to content

titlechange by doctorseat

Details

Authordoctorseat

LicenseNo License

Categorytitle+

Created

Updated

Size488 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

change title

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         titlechange
@version      20220126.20.07
@namespace    userstyles.world/user/doctorseat
@description  change title
@author       doctorseat
@license      No License
==/UserStyle== */

@-moz-document domain("monkeytype.com") {
#top .logo .text {
        visibility: hidden;
   } 

#top .logo .text:after {
        content: 'deez nuts' !important;
        visibility: visible;
        display: block;
        position: relative;
        margin-top: -2rem;
}
}

Reviews

No reviews yet.