Feedly - Mark Previous As Read

Adds a button to Feedly that marks items above the current item "as read".

当前为 2014-10-22 提交的版本,查看 最新版本

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
Michael Mangino
评分
0 0 0
版本
1.17
创建于
2014-10-22
更新于
2014-10-22
大小
19.9 KB
许可证
暂无
适用于



This script adds a button labeled mark previous read to Feedly. When clicked, all items above the currently selected one are marked as "read". If no item is selected and the list contains at least one "read" item, then all items above the lowest "read" item will be marked as "read".

The button added by this script provides functionality similar to the Mark previous as read operation that could be invoked after long-pressing an item in the official (but now defunct) Google Reader app for the Android platform. That is, the items above the current selection are marked "as read", regardless of whether the list is sorted by newest or by oldest. Therefore, this functionality is intended for users who read their feeds top-to-bottom, sorted oldest-to-newest.

IMPORTANT:

  • After installing this script, you must refresh your Feedly page in your browser (not in Feedly) to see the new button.
  • Currently, only the Titles view of Feedly is supported.

To make the selected item collapse automatically after clicking the mark previous read button, edit the script and set COLLAPSE_SELECTED_ITEM to true, as follows:

var COLLAPSE_SELECTED_ITEM = true;