/* ==UserStyle== @name readmanganato (former manganelo) - continous reading @description Style for readmanganato (former manganelo) that removes margins between pages, makes reading continous. @namespace aningan@zoho.com @version 1.1.1 @license MIT @downloadURL https://update.greasyfork.org/scripts/416423/readmanganato%20%28former%20manganelo%29%20-%20continous%20reading.user.css @updateURL https://update.greasyfork.org/scripts/416423/readmanganato%20%28former%20manganelo%29%20-%20continous%20reading.meta.css ==/UserStyle== */ @-moz-document domain("manganelo.com"), domain("readmanganato.com") { /*Removes margins from images in the reading area*/ .container-chapter-reader > img { margin-top: 0px !important; margin-bottom: 0px !important; padding-top: 0px !important; padding-bottom: 0px !important; } .container-chapter-reader > div[style*="block"] { display: none !important; } }