Simple script that exports a users "Saved For Later" list or all loaded entries in a feed out of Feedly as Chrome Bookmarks.
This was intended for use in the Google Chrome's "Inspector" tool so your mileage may vary if used in other contexts.
- Open up Google Chrome
- Login to Feedly and go to the "Saved For Later" list or any other feedpage.
- Keep scrolling down the page until all saved documents have been loaded
- Right click on the page and select "Inspect Element"
- Inside the "Inspector" tool, click the "Console" tab.
- Paste the appropriate script into the console
"Save Saved Entries": use for "Saved For Later"
NOTE: You must switch off SSL (http rather than https) or jQuery won't load!
Feedly doesn't use jQuery so firstly inject it into the page
Forked from BradCrawford and updated thanks to ShockwaveNN & Dexnero.