Skip to content

Minimalist Zinio webreader by nog1potje

Details

Authornog1potje

LicenseNo License

Categoryzinio

Created

Updated

Size547 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

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.

Notes

Userstyle doesn't have notes.

Source code

/* ==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;
}

Reviews

No reviews yet.