Feedly - Mark Previous As Read

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

目前為 2014-10-22 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 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.

The screenshot above shows the new button's placement in Feedly.

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 Title Only view of Feedly is supported.

NOTES:

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;