Answer by HeyJude for Is it possible to mark all articles in a group as...
Scroll down to load all articles inside the feed you want to mark as unread, press F12 to open the Developer Tools Console, paste the following code in the console, and hit enter (source): document...
View ArticleAnswer by kynan for Is it possible to mark all articles in a group as...
You can now on a item-by-item basis. The quickest way is using the keyboard shortcuts n to select the next article in the current feed and then m to toogle read status to unread.
View ArticleIs it possible to mark all articles in a group as "unread" in Feedly?
I have added several interesting blogs to my feedly RSS feed, but I would like to mark all the articles there as unread. Is there a way to do that in feedly?
View ArticleAnswer by АлександрИванов for Is it possible to mark all articles in a group...
Go to https://feedly.com/i/label/feedly.history and log in. open console and write in:document.querySelectorAll('.EntryMarkAsReadButton.rounded.EntryToolbar__button.button-icon-only').forEach(div =>...
View ArticleAnswer by Jordan He for Is it possible to mark all articles in a group as...
Still couldn't find this feature today. A workaround I recently found is as follow (I tested it on Chrome browser)Click the 'check' button, then select "Older than one day"Immediately click "undo" on...
View ArticleAnswer by Daniel B for Is it possible to mark all articles in a group as...
Building on HeyJude's answer, slightly less tedious than scrolling with the mouse-view.Open the Developer Tools Console.Spam these lines a few times to scroll to the bottom of the page and trigger more...
View Article