您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Improve TheOldReader RSS feed reader interface
当前为
// ==UserScript== // @name Improve TheOldReader interface // @description Improve TheOldReader RSS feed reader interface // @namespace // @include *theoldreader.com* // @include https://theoldreader.com/feeds/* // @grant GM_addStyle // @version 1.0.0 // @namespace https://greasyfork.org/users/2541 // ==/UserScript== // Font panou din stanga GM_addStyle ( ".nav-list li a, .nav-list li {font-weight:bold !important; color: #226290 ! important}"); //tot textul din panoul din stanga GM_addStyle ( ".nav-list strong {font-weight:bold !important; color: #226290 ! important; font-size: 12px}"); //titlu feed-uri individuale GM_addStyle ( ".nav-list li.nav-header span {font-weight:bolder !important; color: #226290; text-decoration: underline}"); //titlu foldere feed-uri si numar articole necitite GM_addStyle ( ".nav-list .badge { color: white !important; background-color: #226290 ! important; text-decoration: not underline !important}"); //numar articole necitite (atat din feed-uri cat si din foldere de feed-uri // butoane star, share, send etc GM_addStyle ( ".post .btns {display:none}"); //numar articole necitite (atat din feed-uri cat si din foldere de feed-uri //elimina panoul de sus //GM_addStyle ( ".navbar-default { margin-top: -16px !important; }"); //**** //GM_addStyle ( ".reader .body-fixed-top { }"); //**** //GM_addStyle ( ".main-container { padding-top:10px }"); //**** //GM_addStyle ( ".reader .body-fixed-top { margin-top:-40px !important }"); //**** //GM_addStyle ( ".reader .body-fixed-top .slide { margin-top:-40px !important }"); //**** //GM_addStyle ( ".reader .body-fixed-top .slide { top:unset !important }"); //**** GM_addStyle ( "XXXX { YYYY }"); //**** //modifica culoarea articolelor //GM_addStyle ( ".post h3 a { color: #226290 ! important }"); //**** //titlul articolului (din panoul de citire a feed-urilor) //GM_addStyle ( ".post.listview .header .list-header.no-left-label { color:#cccccc }"); //**** GM_addStyle ( "XXXX { YYYY }"); //**** GM_addStyle ( "XXXX { YYYY }"); //**** GM_addStyle ( "XXXX { YYYY }"); //**** GM_addStyle ( "XXXX { YYYY }"); //**** GM_addStyle ( "XXXX { YYYY }"); //**** GM_addStyle ( "XXXX { YYYY }"); //**** GM_addStyle ( "XXXX { YYYY }"); //**** GM_addStyle ( "XXXX { YYYY }"); //**** GM_addStyle ( "XXXX { YYYY }"); //**** GM_addStyle ( "XXXX { YYYY }"); //**** GM_addStyle ( "XXXX { YYYY }"); //**** //exemple //GM_addStyle(".article-item-view .article-content { width: 98% !important; padding: 15px 20px 15px 20px !important;}"); //GM_addStyle(".article-item-full .article-content { width: 98% !important; padding: 10px !important;}"); //GM_addStyle(".article-body.clearfix { width: 98% !important;}"); //GM_addStyle(".article-item-view .article-title { margin-top: -5.5px !important ; margin-bottom: 5px !important; }"); //GM_addStyle(".article-item-view .article-body { font-size: 13px !important; }"); //GM_addStyle("h2.article-title a {color: #226290 !important; }"); //GM_addStyle("h2.article-title { margin-top:2.5px; font-size: 16px !important; font-family: arial, sans-serif !important; font-weight: bold !important}"); //GM_addStyle(".article-pane-container-large .article-content {margin-top: 34px !important;}");