Feedly Wide

Makes Feedly work better on Wide Screens

09.11.2015 itibariyledir. En son verisyonu görün.

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

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

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

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.

(Zateb bir user-style yöneticim var, yükleyeyim!)

// ==UserScript==
// @id             feedly.com-8087b396-c928-4cb8-80f2-fd4a19b6533b@scriptish
// @name           Feedly Wide
// @name:de        Feedly Breitbild
// @version        1.0
// @namespace      http://feedly.com/
// @author         Jack T.
// @description    Makes Feedly work better on Wide Screens
// @description:de Erweitert Feedly auf Breitbildschirmen
// @include        http://feedly.com/*
// @include        https://feedly.com/*
// @grant          GM_addStyle
// ==/UserScript==

GM_addStyle(".feedIndexTitleHolder.nonEmpty.emptyAware {font-weight: bold !important; }");
GM_addStyle("#feedlyTabsHolder .nonEmpty {color: white !important; }");
GM_addStyle(".feedUnreadCount.staticSimpleUnreadCount {color: white !important; }");
GM_addStyle(".feedIndex.target.selected {border-left: 4px solid #DD4B39 !important;}");
GM_addStyle("#feedlyTabs {overflow-y: auto;padding-left: 10px !important;padding-right: 27px;width: 240px !important;}");
GM_addStyle("#feedlyProBar {display: none !important;}");
GM_addStyle("#feedlyTabs > div:first-child {display: none !important;}");
GM_addStyle("#aboutArea {display: none !important;}");
GM_addStyle("#feedlyPart0.area {padding: 0 0 0 33px !important;}");
GM_addStyle("#mainBar {width: auto !important; }");
GM_addStyle("#feedlyPage {width: auto !important; }");
GM_addStyle(".u100Entry {max-width: none !important; }");
GM_addStyle(".entryBody {max-width: none !important; }");

// http://stackoverflow.com/questions/13079725/greasemonkey-script-to-move-an-element-into-another-element