A Script that turns the SubRocks logo into SusCocks
SusCocks by billygoat891
Details
Authorbillygoat891
LicenseNo License
Categorysubrocks
Created
Updated
Size420 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name SusCocks
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document domain("www.subrock.tk") {
#logo {
display: block;
width: 100px;
height: 40px;
background: url(https://media.discordapp.net/attachments/899395304464482324/916432525402972220/the_return.png);
background-repeat: no-repeat;
background-size: 93px 40px;
}
}