Just a pure dark clock. 12hr.
| Keyboard keys | Screen tap | Functions |
|---|---|---|
f |
Hour (Left) | Toggle fullscreen |
t 1 2 |
Hour (Right) | Toggle font style |
m |
Minute | Show / Hide this manual |
w |
Second (Left) | Toggle White / Gray color |
c |
Second (Right) | Random color (8 colors) |
You can save settings by modifying the link in your browser's address bar:
-
Disable Position Shift
The position shifting every hour is for OLED screen protection.
If you want to disable it,
add?oled=0to the end.
Example:.../clock.html?oled=0 -
Set Custom Color
Add?color=ColorCode(Use 6-digit hex code, no '#').
Example:.../clock.html?color=71A1F0 -
Use Both
Connect them with an '&' symbol.
Example:.../clock.html?oled=0&color=71A1F0
Or you can ignore these function, too!
It's already a nice clock even if you don't configure anything.
Link:
theArnoll.github.io/pureclock
or
pse.is/pureclock
Keyboard is no longer required for configuration.
Formatted everything to make it easier to read.
Make the manual view stay in the screen on desktop / landscape screen.
Removed keyboard instruction in manual view on mobile device (devices with touch screen, not able to hover)
Changed position shifting method for OLED protection to prevent the space squeezing situation when the clock text is going close to the right edge.
This update focuses primarily on mobile devices. Hiding the address bar has become even harder since the last update, and it has never been possible to achieve a true fullscreen experience on mobile devices before this update. Therefore, I added a fullscreen toggle to resolve these issues.
iOS Safari may not support toggling fullscreen mode by tapping the left digit of the hour part, and a fix is not currently planned. Pull requests are welcome.