Visual Bug Fix for the Black Screen of Death
Black Screen of Death - Temp Fix by Legato
Details
AuthorLegato
LicenseNo License
Categorylorwolf
Created
Updated
Size476 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 Black Screen of Death - Temporary Fix for Lorwolf
@version 20231106.07.00
@namespace ?
==/UserStyle== */
/* ==UserStyle==
@name Black Screen of Death Temp Fix
@namespace https://userstyles.world/user/Legato
@version 1.0.0
==/UserStyle== */
@-moz-document url-prefix("https://www.lorwolf.com/") {
/* Black Screen of Death Fix */
.modal-backdrop {
opacity: 0 !important;
position: relative !important;
}
}