A new userstyle
protectedpdf.com - 8/31/2023, 11:31:01 PM by clouplu
Details
Authorclouplu
LicenseNo License
Categoryprint
Created
Updated
Size308 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 protectedpdf.com - 8/31/2023, 11:31:01 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("protectedpdf.com") {
@media print {
.h-full {
height: auto;
}
}
}