TheOldReader_full screen

TheOldReader_RSS_full screen

  1. // ==UserScript==
  2. // @name TheOldReader_full screen
  3. // @description TheOldReader_RSS_full screen
  4. // @namespace https://greasyfork.org/ro/scripts/37225/
  5. // @include *theoldreader.com*
  6. // @include https://theoldreader.com/feeds/*
  7. // @grant GM_addStyle
  8. // @version 1.0.0
  9. // ==/UserScript==
  10.  
  11. //ascunde bara de sus
  12. GM_addStyle ( ".navbar-fixed-top { top: -55px !important}");
  13.  
  14. //ridica zona cu continutul articolelor
  15. GM_addStyle ( ".reader .body-fixed-top { top: 10px !important; }"); //recomandat -55px pt ascundere definitiva
  16.  
  17. GM_addStyle ( ".static .page-header { margin-bottom: 2px; }");
  18. GM_addStyle ( ".page-header { margin-top: -2px; }");
  19. GM_addStyle ( ".reader .floating { background: #dcdcdc; padding: 3px 0 5px 0; }"); //****
  20. GM_addStyle ( ".floating { padding-left: 10px !important; padding-right: 10px !important; }");
  21.  
  22. //ridica zona din stanga cu titlurile feed-urilor
  23. GM_addStyle ( ".cell.sidenav-cell { top: -6px !important; }");
  24.  
  25. //test
  26. GM_addStyle ( ".sidebar .nano { 106% !important; }"); //****
  27.  
  28. //elimina backgroundul gri al textului articolelor
  29. GM_addStyle ( ".well { background:none; }"); //****
  30. //elimina niste butoane de share
  31. GM_addStyle ( ".post .btns { display:none; }"); //****
  32.  
  33.  
  34. GM_addStyle ( "XXXX { YYYY }"); //****
  35. GM_addStyle ( "XXXX { YYYY }"); //****
  36. GM_addStyle ( "XXXX { YYYY }"); //****
  37. GM_addStyle ( "XXXX { YYYY }"); //****
  38. GM_addStyle ( "XXXX { YYYY }"); //****
  39.