simple ytmp3.cc v1.0.0
simple ytmp3.cc v1.0.0 by audiodeath101
Details
Authoraudiodeath101
LicenseNo License
Categorysimple,mp3,youtubemp3
Created
Updated
Size682 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 simple ytmp3.cc v1.0.0
@version 20210916.02.55
@namespace userstyles.world/user/audiodeath101
@description simple ytmp3.cc v1.0.0
@author audiodeath101
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://ytmp3.cc/en18/") {
body{
background-color: #009df0;
}
#title,#logo,#nav,#separator,#text,#footer{
visibility: hidden;
}
#converter,#formats{
background: transparent;
}
#formats{
display: inline-grid;
}
#formats a{
border: solid 1px transparent;
border-radius: 1em !important;
}
#formats a:hover{
background-color: white !important;
color: black;
}
form,#submit{
border-radius: 1em !important;
}
}