Adjust chrome printing scale
invoicing.eta.gov.eg/print/documents/ - Jul 2024 by khidr82
Details
Authorkhidr82
Licensekhidr
CategoryKhidr
Created
Updated
Size412 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 invoicing.eta.gov.eg/print/documents/FMGFPVAY7G87YER37XQ64R3J10/share/ETJFE2PX7CH29C4G7XQ64R3J10ECNEVo1722017865 - Jul 2024
@version 20240727.12.05
@namespace ?
@license khidr
==/UserStyle== */
@-moz-document url-prefix("https://invoicing.eta.gov.eg/print/documents/") {
@media print {
.noprint {
visibility: hidden;
}
html {
zoom: 78%;
}
}
}