Fullscreen Anime
4animes.org FullScreen by jremi
Details
Authorjremi
LicenseNo License
Categoryww1.4animes.org
Created
Updated
Size851 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 4animes.org Full Screen
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document regexp("https://ww1.4animes.org/watch/.+/\\d+") {
.firstDiv {
width: calc(100vw) !important;
height: calc(100vh) !important;
}
.videojs-desktop {
width: calc(100vw) !important;
height: calc(100vh) !important;
}
iframe {
width: calc(100vw) !important;
height: calc(100vh) !important;
}
#playerframe #justtothetop {
width: calc(100vw) !important;
height: calc(100vh) !important;
}
element.style {
width: 100vw;
height: 100vh;
}
.container {
max-width: 99vw;
margin-left: 1px;
}
}