Skip to content

Infinite Craft Logo Remover by JackspajfMain

Screenshot of Infinite Craft Logo Remover

Details

AuthorJackspajfMain

LicenseNo License

Categoryneal.fun

Created

Updated

Code size589 B

Code checksum5fd20054

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

if there's any bugs in the future from updates, please message me!

Source code

/* ==UserStyle==
@name         Infinite Craft Logo Remover
@version      1.0.1
@namespace    https://userstyles.world/user/Jackspajf
@description  Removes the neal.fun logo and infinite craft logo (and the version number for the helper script if you're using it) at https://neal.fun/infinite-craft/
@author       Jackspajf
==/UserStyle== */

@-moz-document url("https://neal.fun/infinite-craft/") {
.logo {
    display:  none !important;
}

.version {
    text-align: right;
    top: 7px;
    font-size: 15px;
}

.nuxt-link-active > .site-title {
    width: 74px;
}
}

Reviews

No reviews yet.