Removes the left/right arrows and bottom navigation bar from the Hoopla comics reader.
Hoopla: Hide Comics UI by gatesda
Details
Authorgatesda
LicenseNo License
Categoryhoopladigital
Created
Updated
Size548 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 Hoopla: Hide Comics UI
@version 20230331.14.16
@namespace userstyles.world/user/gatesda
@description Removes the left/right arrows and bottom navigation bar from the Hoopla comics reader.
@author gatesda
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.hoopladigital.com/play/") {
/* ==UserStyle==
@name Hoopla: Hide Comics UI
@namespace gatesda
@version 2023.03.31
==/UserStyle== */
.from-black, [role=navigation], [aria-label="close reader"] {
display: none
}
}