Display reminder when certain website is open in Firefox

I would like to display a reminder ("Display text") when there is a special website (identified by URL or window title) open in Firefox. How can I do this with Keyboard Maestro?

Thank you,

chris

Maybe this will help you as a baseline to then add the logic for your specific need.

This macro is monitoring when a window changes, or when it's title changes (switching from tab to tab in Firefox does not change the window but it does change the title), and then comparing the window title with the title you are expecting.


Show a Dialog for some URL in Firefox.kmmacros (2.8 KB)

2 Likes

Perfect for my needs (and working). Thank you very much. :grinning:

chris