Feedly Scroll Marker

Display the marker of page scroll in Feedly. / Feedlyでページスクロールしたときにマーカーを表示します。

Versione datata 17/05/2014. Vedi la nuova versione l'ultima versione.

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
fxwiki
Valutazione
0 0 0
Versione
1.02a
Creato il
13/05/2014
Aggiornato il
17/05/2014
Dimensione
8,99 KB
Licenza
Non disponibile
Applica a

This script based on Google Reader Scroll Marker.
Works in Chrome (with Tampermonkey) and Firefox 24+ (with Greasemonkey or Scriptish).
Supports Japanese only.


in Japanese:

これは?

Feedlyのメインエリアをページスクロールしたとき、ページの境目を示すマーカーを表示します。
ChromeおよびFirefox 24以降に対応。

ChromeではTampermonkeyをインストールしてから、このページ左上のInstallボタンをクリックしてインストールしてください。
FirefoxではGreasemonkeyもしくはScriptishをインストールしてから、このページ左上のInstallボタンをクリックしてインストールしてください。
ChromeとFirefoxでは一部の挙動が異なる場合があります。Firefox&Scriptishを推奨。

動作確認をあまり行なっていないので、不具合が残っていると思います。 不具合を見つけた方はブログへコメントをお願いします。

使い方

PageUp/PageDownキーまたは(Shift+)Spaceキーでスクロールしたとき、スクロールした境目に目印として赤い線を表示します。
マーカーが表示されているとき、何らかのキーを押すかどこかをクリックして、マーカーをすぐに隠すこともできます。

Feedlyの左パネルの下部にに追加された「Scroll Marker 設定」をクリックすると設定欄が表示されます。

  • マーカーを表示する時間
    • 目印を表示してから隠すまでの時間(ミリ秒)を設定できます。マイナスの数値だと時間経過では隠さずにずっと表示し続けます。
  • マーカーを表示するショートカットキー
    • マーカーを表示するのに用いるキーを選択できます。

当スクリプトを利用する際、下記のようなスタイルをStylishなどに追加して、ページ上部のフローティングバーを隠すことを強く推奨します。

#floatingBar { visibility: hidden; }
#floatingBar:hover, #feedlyTabsHolder:hover + #mainBar > #floatingBar { visibility: visible; }

更新履歴

  • 1.02 (2013-11-27)
    • FeedlyのURL変更に対応しました。
  • 1.01 (2013-11-04)
    • 一部環境にてFirefoxが強制終了する不具合を修正しました。
  • 1.00 (2013-07-31)
    • 初公開しました。