Allow fullscreen by removing the pointer-events on the blocking overlay
frontendnation.vfairs.com - Allow fullscreen by mojabyte
Details
Authormojabyte
LicenseNo License
Categoryfrontendnation.vfairs.com
Created
Updated
Size222 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 frontendnation.vfairs.com - Jun 2024
@version 20240604.13.23
@namespace ?
==/UserStyle== */
@-moz-document domain("frontendnation.vfairs.com") {
.block-overlay {
pointer-events: none;
}
}