This hides the right column and makes the video player larger.
faphouse right column hide by johnish
Details
Authorjohnish
LicenseNo License
Categoryfaphouse.com
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
@-moz-document domain("faphouse.com") {
/* ==UserStyle==
@name WebGuy Video Customization
@author WebGuy
@description Removes the right rail for related videos and ensures main video fits the container.
@version 1.0.0
@namespace https://github.com/johnish/
@homepageURL https://github.com/johnish/webguy-styles
@supportURL https://github.com/johnish/webguy-styles
@license unlicense
@preprocessor default
==/UserStyle== */
/*
WebGuy removed the right rail for related videos.
*/
.video {
max-width: 100%;
}
/* Ensures main video fits the container */
.video__main.video__main_gold {
width: 100%;
height: auto;
}
/* Removes related video section */
.video__related.video__related_studio {
display: none;
}
/* WebKit-specific rules */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.video {
max-width: 100%;
}
.video__main.video__main_gold {
width: 100%;
height: auto;
}
.video__related.video__related_studio {
display: none;
}
}
}