Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 891 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 891 Bytes

unread

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.

Install

  1. Clone or download repository
  2. Go to chrome://extensions/ and select Developer mode (top right)
  3. Click Load unpacked and select the extension’s directory

Caveats

  1. Expects a "Other Bookmarks" folder to have id "2".
  2. Use JavaScript Array.prototype.filter() on your entire "Other Bookmarks" folder.
  3. Use JavaScript Math.random().

Credits

Icon made by Perfect Pixel from www.flaticon.com