Feedly - Mark Previous As Read

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

Versão de: 22/10/2014. Veja: a última versão.

Autor
Michael Mangino
Avaliações
0 0 0
Versão
1.17
Criado
22/10/2014
Atualizado
22/10/2014
Tamanho
19,9 KB
Licença
N/A
Aplicável a



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;