Skip to content

Walter White by desondanks

Details

Authordesondanks

LicenseNo License

Categoryhttps://tisp-ksom.smartschool.be/

Created

Updated

Size899 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

u can change the name and picture in the code.
(changes the pfp and name in smartschool)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Walter White
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Name and pfp change
@author         Desondanks
==/UserStyle== */

@-moz-document url-prefix("https://tisp-ksom.smartschool.be/") {
    /*text profile*/
.smsc-topnav .topnav__btn--profile {
    text-indent: -9999px !important;
    line-height: 0 !important;
    /* Collapse the original line */
}

.smsc-topnav .topnav__btn--profile::after {
    content: "Walter Hartwell White" !important;
    /*pf name*/
    text-indent: 0 !important;
    display: block !important;
    line-height: initial !important;
}

/*image profile*/
.smsc-topnav .topnav__btn--profile img {
    content: url(https://uploads-ssl.webflow.com/5fa452663d18a6699f11aa07/62b46638bedf9aabc6b3c121_Walter%20white.jpg) !important;
    /*pfp*/
    width: 32px !important;
    height: 32px !important;
}
}

Reviews

No reviews yet.