Chrome extension that opens a random bookmark whose title contains the word "unread".
Only looks at the default "Other Bookmarks" folder. Check the code if you need to update that.
- Clone or download repository
- Go to
chrome://extensions/
and selectDeveloper mode
(top right) - Click
Load unpacked
and select the extension’s directory
- Expects a "Other Bookmarks" folder to have id "2".
- Use JavaScript Array.prototype.filter() on your entire "Other Bookmarks" folder.
- Use JavaScript Math.random().
Icon made by Perfect Pixel from www.flaticon.com