[Userscript] Review forecast 24 hour time format

Hi, this script changes the review forecast widget to display time in 24 hour format.

Apparently someone has already made a similar script before, the difference is that this one is much simpler internally and should work better since it patches the data before it has been rendered and not after. It also removes the newly appeared extra blank space.

This should work with both 5-day and 24-hour widget configurations.

If necessary it should be easy to tweak the resulting time format directly in the code.

(To install this you need to have Tampermonkey or similar plugin installed in your browser first. Please check out General Script Installation instructions. This script doesn’t have any other dependencies)

3 Likes

Nice. I manually changed it a little by replacing “h” with “:00” to achieve normal clock format, which is more readable to me:

2 Likes

v1.1

  • Fixed: script not working when accessing the main page via /dashboard url
1 Like

v1.2

  • Fixed: script not working sometimes depending on the initial url