Feedly Wide

Makes Feedly work better on Wide Screens

2015/11/09のページです。最新版はこちら

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
// ==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