Review by Ralf E.
Rated 4 out of 5
by Ralf E., 2 years agoHello, i really like this addon. I use it to notify me about new YouTube vidoes from my subscribed channels.
The only thing that i am missing is, when i click the popup, where the "blue number" appears telling you there are "XX" new entries, it would be great that after clicking on it, it would reset that blue number counter to 0. Just like YouTube does with its notifications.
Is this currently possible, maybe with rules ?
So, dont mark all articles read, just reset the popup blue number to 0 once you opened the popup.
Thanks.
To speak in coding language:
var popupLastViewTime = "08.02.2023 13:06:33"
and then, all articles older than that do not increase the "blue number counter", articles newer to that date, will increase the "blue number counter".
The only thing that i am missing is, when i click the popup, where the "blue number" appears telling you there are "XX" new entries, it would be great that after clicking on it, it would reset that blue number counter to 0. Just like YouTube does with its notifications.
Is this currently possible, maybe with rules ?
So, dont mark all articles read, just reset the popup blue number to 0 once you opened the popup.
Thanks.
To speak in coding language:
var popupLastViewTime = "08.02.2023 13:06:33"
and then, all articles older than that do not increase the "blue number counter", articles newer to that date, will increase the "blue number counter".
Developer response
posted 2 years agoThis won't be implemented. The reason is that the number on the Feedbro WebExtension icon tells the number of unread articles. The user might very well want to retain that information even after clicking the icon and reading a few articles. That's because the number would then remind the user that there are still some unread left.
If you want that number to go away, you can always use "Mark all as read" (first select the "All Items" main menu item and then click the green checkmark icon or press Shift+a) which will then mark all unread articles as read.
If you want that number to go away, you can always use "Mark all as read" (first select the "All Items" main menu item and then click the green checkmark icon or press Shift+a) which will then mark all unread articles as read.