Feedly LastModified Tweak

Replace the original relative date with absolute published/received date on Feedly

Fra 18.05.2014. Se den seneste versjonen.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

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.

(I already have a user style manager, let me install it!)

Forfatter
nodaguti
Vurderinger
0 0 0
Versjon
0.0.3.2
Lagd
18.05.2014
Oppdatert
18.05.2014
Size
2,7 kB
Lisens
MIT
Gjelder
  • 日本語の説明は下にあります。
  • Thank you for your donation! / 寄付をお待ちしております。 monacoin:M9AgnqcH1g7xUW3NkF9fjaDpXKhNtGkydt

About This

Feedly provides received date with relative format as the date data of an article. This script replaces the relative date with published/received date with absolute format.

This script is based on Feedly LastModified Fix by ark4951. Thanks.

Configuration

You can configure its behaviors by editing the script source.

USE_RECEIVED If true, show received date instead of published date.

ALWAYS_FULL_DATE If true, always show full date string. This option works on Title Only view only.

HIDE_SECONDS If true, hide seconds if an article was published within the day.

History

0.0.3.2: 24 Jan, 2014 15:30 (JST) Fixed an issue that "hide" button turned "Invalid date" and lost its function.

0.0.3.1: 22 Jan, 2014 16:20 (JST) Now time digits are padded with zeros to make them the same length.

0.0.3: 22 Jan, 2014 15:50 (JST) Add HIDE_SECONDS option. Fixed an issue that ALWAYS_FULL_DATE option did't work well since 0.0.2.

0.0.2: 22 Jan, 2014 15:30 (JST) Now works on Magazine, Full Articles and Grouped By Feeds View.

0.0.1: 22 Jan, 2014 13:00 (JST) Initial release.


概要

Feedlyの記事の時刻は、取得した日時(GMT)が相対時間で表示されています。 このスクリプトは、記事の時刻を取得日時/記事公開日時の絶対表示で置き換えます。

このスクリプトは ark4951氏作成の Feedly LastModified Fix を参考に致しました。ありがとうございます。

特徴

  • 絶対時刻表示
  • 記事公開日時/取得日時のどちらを表示するか設定可能
  • 普段は省略表示され、マウスオーバー時のみ詳細な時刻が表示される
  • 日時はGMTではなくPCのタイムゾーン/言語設定に即した表示となる

設定

スクリプト先頭の部分を書き換えることにより設定を行うことができます。

USE_RECEIVED true にすると、記事公開日時ではなく取得日時を表示します。

ALWAYS_FULL_DATE true にすると、時刻を省略表示せず、常に詳細な時刻を表示します。 Title Only view以外の表示にしている場合には、 この設定に関係なく常に詳細な時刻が表示されます。

HIDE_SECONDS true にすると、「今日」配信された記事について「秒」を表示しないようにします。

履歴

0.0.3.2: 24 Jan, 2014 15:30 (JST) "hide"ボタンが"Invalid date"に変化し、機能しなくなる問題を修正。

0.0.3.1: 22 Jan, 2014 16:20 (JST) 時刻が1桁のときに0で桁揃えするようにした。

0.0.3: 22 Jan, 2014 15:50 (JST) HIDE_SECONDS オプションを追加しました。 ALWAYS_FULL_DATE オプションが0.0.2から機能しなくなっていた問題を修正。

0.0.2: 22 Jan, 2014 15:30 (JST) Magazine, Full Articles, Grouped By Feeds View で動作するようになりました。

0.0.1: 22 Jan, 2014 13:00 (JST) 初版リリース