Olympus Timesheet Reminder Hider
Hide missing timesheet badge notifications for specific dates or today's date. Useful for ignoring reminders for days when you know you don't need to submit a timesheet.
How to Manage Ignored Dates
This script provides console commands to manage which dates are ignored. Open your browser's developer console (F12) and use the following commands:
timesheetHider.ignore('2025-12-25') // Add a date to the ignore list
timesheetHider.unignore('2025-12-25') // Remove a date from the ignore list
timesheetHider.list() // Show all ignored dates
timesheetHider.clear() // Clear all ignored dates
timesheetHider.help() // Show help message
Note: Today's date is always ignored automatically, so you won't see a badge for the current day.