TheOldReader_full screen

TheOldReader_RSS_full screen

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

// ==UserScript==
// @name       TheOldReader_full screen
// @description       TheOldReader_RSS_full screen
// @namespace https://greasyfork.org/ro/scripts/37225/
// @include     *theoldreader.com*
// @include        https://theoldreader.com/feeds/*
// @grant          GM_addStyle
// @version     1.0.0
// ==/UserScript==

//ascunde bara de sus
GM_addStyle ( ".navbar-fixed-top { top: -55px !important}");

//ridica zona cu continutul articolelor
GM_addStyle ( ".reader .body-fixed-top { top: 10px !important; }");   //recomandat -55px pt ascundere definitiva

GM_addStyle ( ".static .page-header { margin-bottom: 2px; }");
GM_addStyle ( ".page-header { margin-top: -2px; }");
GM_addStyle ( ".reader .floating {     background: #dcdcdc;  padding: 3px 0 5px 0; }");      //****
GM_addStyle ( ".floating {     padding-left: 10px !important; padding-right: 10px !important; }");

//ridica zona din stanga cu titlurile feed-urilor
GM_addStyle ( ".cell.sidenav-cell { top: -6px !important;  }");

//test
GM_addStyle ( ".sidebar .nano { 106% !important; }");      //****

//elimina backgroundul gri al textului articolelor
GM_addStyle ( ".well { background:none; }");      //****
//elimina niste butoane de share
GM_addStyle ( ".post .btns { display:none; }");      //****


GM_addStyle ( "XXXX { YYYY }");      //****
GM_addStyle ( "XXXX { YYYY }");      //****
GM_addStyle ( "XXXX { YYYY }");      //****
GM_addStyle ( "XXXX { YYYY }");      //****
GM_addStyle ( "XXXX { YYYY }");      //****