Strips Zinio web reader of UI to give more room to the magazine.
UI is unneeded, as you can use mousewheel to zoom and arrow keys for previous and next page.
Authornog1potje
LicenseNo License
Categoryzinio
Created
Updated
Code size547 B
Code checksumfb39295c
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Strips Zinio web reader of UI to give more room to the magazine.
UI is unneeded, as you can use mousewheel to zoom and arrow keys for previous and next page.
/* ==UserStyle==
@name A new userstyle!
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
.sidebar-container {
margin-left: -65px;
}
.sidebar-container:hover {
margin-left: 0px;
}
#arrow-previous {
left: -50px;
}
div[class*='SvgViewFooterSC'] {
display: none;
}
div[class*='ProgressBarWrapper'] {
display: none;
}
div[class*='FooterIcons'] {
display: none;
}
#svg-viewport {
height: 100vh !important;
}
#svg-content {
transform: scale(0.55) !important;
}