User:Daniel Quinlan/Scripts/Clock
From Wikipedia, the free encyclopedia
The Clock script displays a minimalist UTC clock at the bottom right corner of Wikipedia pages.
| Author | Daniel Quinlan |
|---|---|
| Status | Stable |
| Updated | 6 August 2025 |
| Browsers | Firefox, Safari, Chrome |
| Source | Clock.js |
Features
- The clock refreshes every minute to show the current UTC time.
- The clock is always visible in the bottom right corner of the page.
- The appearance can be adjusted via CSS using the
.utc-clockselector. - On small screens, the clock is reduced in size and it's not displayed on content pages that are unlikely to include timestamps.
Installation
To install the Clock script, follow these steps:
- In your preferences, go to Preferences → Gadgets. At the bottom of the "Advanced" section, click the "Install scripts without having to manually edit JavaScript files (documentation)" checkbox, then click the "Save" button.
- Return to this page and click the blue "Install" button.
Alternatively, you can manually install it by adding the following code to your common.js file:
{{subst:iusc|User:Daniel Quinlan/Scripts/Clock.js}}
Configuration
None.