Purpose: Iterate through a list of links to be read which is modified based on the day of the week.
Notes:
- could be made to work with any browser
- I used to do this with a toolbar folder in Safari set to open all links on mouse click, but that's very hard on system resources. Opening one link at a time is much lighter.
- until you cancel the macro, or reach the end of the list, you can do whatever you like, except press Ctl+W with Safari activated, and the macro will maintain its place in the list. This is just a side effect, but it's useful nonetheless.
Flow:
- set the variable to a list of links to be read every day of the week
- append links to be read on specific days, if it's one of those days. The list could be cleared or reset here, if that's desirable.
- iterate through the list, advancing on a specific keystroke (Ctl+W is germaine, and can be done with the left hand, while the right hand is on the mouse). You choose what's good for you.