For lust-goddess game, the browser version. It makes the game full screen width, almost full screen.
lust-goddess FS by light-angel
Details
Authorlight-angel
LicenseNo License
Categorygames
Created
Updated
Size676 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 lust-goddess FS
@namespace lust-goddess FS by Light-Angel
@version 1.0.0
@description For lust-goddess game, the browser version. It makes the game full screen width, almost full screen.
@author Light-Angel
==/UserStyle== */
@-moz-document url-prefix("https://client.chickgoddess.com"), url-prefix("https://www.lust-goddess.com") {
/*make full width*/
#unity-canvas {
width: calc(100%) !important;
height: calc(100vw / 1.92) !important;
max-height: 1080px !important;
}
/*remove bottom add*/
#dialog-partner,
.canvas-web-footer-container {
display: none !important;
}
}