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