Removes all padding around the videos and removes the logo banner as well as reduces the size of the bottom bar.
Spankbang maximum size thumbnails for phone by tinytmpmxftu
Details
Authortinytmpmxftu
LicenseNo License
Categoryhttps://spankbang.com
Created
Updated
Size528 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 spankbang.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
.main_content_container {
padding: 0 0rem;
}
.video-list .video-item .thumb {
border-radius: 0rem;
}
header .top-wrapper {
display: none;
}
#bottom_nav .top_nav a {
padding: 0;
}
#bottom_nav .top_nav a .icon {
display: none;
}
@-moz-document domain("spankbang.com") {
/* Insert code here... */
}