Agranda el tamaño del video player :3
Reproductor más Grandote by SapitoSucio
Imported and mirrored from a private source
Details
AuthorSapitoSucio
LicenseNONE
Categorytioanime
Created
Updated
Size549 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 Reproductor más Grandote
@namespace USO Archive
@author ElSapitoSucio
@description Agranda el tamaño del video player :3
@version 20240120.05.10
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("tioanime.com") {
@media screen and (min-width: 1024px) {
.video iframe {
position: absolute;
left: 0px;
top: 0;
max-width: 120%;
width: 120%;
height: 120%;
}
aside .principal {
padding-top: 40px;
}
div .options {
padding-top: 140px;
}
}
}