Resource icon

Free Browser Timer 1.0.0

terenc3

New Member
terenc3 submitted a new resource:

Browser Timer - Single-page application which shows a countdown timer.

Timer which can be integrated as browser source

Features
Usage
  • Add browser source https://terenc3.github.io/timer/
  • Use Interact to control timer
  • Enter desired time via number keys e.g 130 for 1 minutes and 30 seconds. Clear...

Read more about this resource...
 

iandouglas736

New Member
This is fantastic!

Some features I'd love to see:
- customized sound, or no sound at the end (although you CAN mute this by letting OBS control the audio and muting its channel)
- start automatically, like @Gitago mentioned

I figured out how to customize the font family and color in the browser source properties, like:

CSS:
#timer {
  font-family: Arial;
  color: #8541a1;
}

For the OBS interactivity, we can allow the page to have access to some basic OBS scene data, and I do see that your minified javascript does include some mentions of OBS, so I'm curious if this is something that's possible to auto-start the timer for, say, my "starting soon" or "break" screens.
 

MMLTech

Member
This is fantastic!

Some features I'd love to see:
- customized sound, or no sound at the end (although you CAN mute this by letting OBS control the audio and muting its channel)
- start automatically, like @Gitago mentioned

I figured out how to customize the font family and color in the browser source properties, like:

CSS:
#timer {
  font-family: Arial;
  color: #8541a1;
}

For the OBS interactivity, we can allow the page to have access to some basic OBS scene data, and I do see that your minified javascript does include some mentions of OBS, so I'm curious if this is something that's possible to auto-start the timer for, say, my "starting soon" or "break" screens.
you can chekc out https://obsproject.com/forum/threads/streamcd-free-obs-widgets.151459/ it has a lot customisation options
1649678135279.png
 
Top