Fullscreen Game
porngameshub.com by ofnpbwj
Details
Authorofnpbwj
LicenseNo License
Categoryporngameshub.com
Created
Updated
Size750 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* Use double slashes for single-line comments */
/* ==UserStyle==
@name porngameshub.com - 8/17/2023, 11:03:40 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author boo399
==/UserStyle== */
@-moz-document domain("porngameshub.com") {
/* Shared styles */
.wrap-iframe, #browser-full-screen {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
}
/* Specific styles for .wrap-iframe */
.wrap-iframe {
z-index: 9999;
padding-bottom: 0px;
overflow: hidden;
}
/* Styles for iframe within #browser-full-screen */
#browser-full-screen iframe {
width: 125% !important;
height: 113% !important;
transform: scale(0.80);
}
}