NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @author yasingedik // @name Aol Reader Optimized // @namespace yasingedik // @match http://reader.aol.com/* // @match https://reader.aol.com/* // @downloadURL https://openuserjs.org/install/yasingedik/Aol_Reader_Optimized.user.js // @updateURL https://openuserjs.org/meta/yasingedik/Aol_Reader_Optimized.user.js // @version 1.9 // @grant GM_addStyle // ==/UserScript== GM_addStyle([ ".header-search-wrap { margin-top: 0px !important; }", ".dropdown-menu-add .page-container { height: 498px !important; }", ".dropdown-menu-add { height: 500px !important; left: -50px !important; max-height: 500px !important; }", ".dropdown-menu-add .page { height: 500px !important; }", "li.search { height: 34px !important; }", ".content-region { margin-top: 40px !important; margin-left: 250px !important; }", ".btn-list .btn-list-item { padding: 6px 6px 4px !important; }", ".nav, .feed-header { top: 0px !important; }", ".header .btn-group-header .btn-header { padding: 4px 6px 4px !important; }", ".section-header { top: 34px !important; left: 250px !important; height: 36px !important; }", "h2 { line-height: 30px !important; }", ".nav .nav-list, .nav { width: 250px !important; }", ".nav .nav-list { top: 32px !important; }", ".nav-controls { padding-top: 2px !important; padding-bottom: 2px !important; }", "#reader-container { margin-left: 250px !important; margin-right: 0px !important; margin-top: 42px !important; }", ".header { height: 34px !important; }", ".profile, .app-logo, .searcher { margin-top: 2px !important; }", ".feed-content .btn-group-wrap { margin-top: 2px !important; }", ".feed-header h2, .article-header h2{line-height: 28px !important; }", ".searcher { margin-left-value: 240px !important; }", ".feed-header { left: 250px !important; right: 0px !important; height: 31px !important;}", ".reader-ad-container { display: none !important; }", ".app-logo { background: none !important; }", ".app-logo:after { background: none !important; }", ".beta-icon { background: none !important; }", "li#label-home, li#label-starred, li#label-discover { display: none !important; }", ".article-list { left: 251px !important; margin-top: 31px !important; }", ".article-content { width: 95% !important; }", ".article-list-pane { left: 251px !important; }", ".article-wrap { padding: 0px !important; }", ".is-desktop .article-pane-full .article-header { left: 820px; }", ".article-pane-full .article-item-full .article-header { right: 0px; }", ".article-item-pane .article-content .title { font-family: Segoe UI, Segoe UI !important; }", ".article-item-list .title { font-weight: 500 !important; }", ".nav-list li.has-count > div { font-weight: 500 !important; }", "h1, h2, h3, h4, h5, h6 { font-family: 'Segoe UI','Segoe UI',Segoe UI,Segoe UI,Segoe UI !important; }", "p { font-family: Segoe UI,Segoe UI,Segoe UI !important; }", ".article-item-list .timeago { background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFFFFF 30%, #FFFFFF 100%) repeat-x scroll 0 0 transparent; line-height: 22px !important; }", ".article-item-list .article-list-body { line-height: 22px; !important; }", ".article-item-list .article-item-read .timeago { background: linear-gradient(to right, rgba(238, 238, 238, 0) 0%, #EEEEEE 30%, #EEEEEE 100%) repeat-x scroll 0 0 transparent; }", ".article-date, .article-tags { float: left; width: auto%; margin-right: 20px; }", ".article-body.clearfix { clear: left; width: 100%; }", ".nav-list a, .nav-list .subscription-item, .nav-list .category-item { font-family: Segoe UI, Segoe UI !important; }", "body { font-family: Segoe UI, Segoe UI, Segoe UI !important; }", "nav { font-family: Segoe UI, Segoe UI, Segoe UI !important; }", ".article-item-list .origin, .article-item-list .title { font-family: 'Segoe UI','Segoe UI',Segoe UI,Segoe UI,Segoe UI !important; }", ".article-item-list .origin { width: 60px !important; }", ".nav-list .cat-label, .nav-list .feed-label { padding: 3px 20px 3px 30px; }", ".nav-icon { top: 1px; }", "#feed-details .pull-right { float: left !important; }", ".article-body p, .article-body div { display: table; }", ".article-body * img { margin-bottom: 0 !important; }", ".article-item-list.article-item-active .article-wrap { margin: 0px 10px !important; }", ".article-header.article-header-sticky { top: 70px !important; }", ".article-item-view { margin-bottom: 0px !important }", ""].join('\n'));