Makes the neal.fun logo smaller, and removes infinite craft logo at https://neal.fun/infinite-craft/
Infinite Craft Logo Remover by JackspajfMain
Details
AuthorJackspajfMain
LicenseNo License
Categoryneal.fun
Created
Updated
Size589 B
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;
}
}