User:Technical 13/Scripts/Gadget-LiveClock
Appearance
Browser/skin compatibility table
| |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Author(s) | Technical 13 |
---|---|
Status | Stable |
Updated | November 29, 2021 (2 years ago) |
Browsers | All — See collapsed "Browser/skin compatibility table" above. |
Skins | Vector |
Source | User:Technical_13/Scripts/Gadget-LiveClock.js |
This script adds a clock in next to your Log out link in your p-personal
toolbar. This clock shows your local time (based on your computer's internal time setting), shows UTC time on mouseover and purges the page when clicked. This script is adapted from MediaWiki:Gadget-UTCLiveClock.js.
Using this script
[edit]On the English Wikipedia
[edit]This script can be imported to your global .js page by adding:
importScript( 'User:Technical 13/Scripts/Gadget-LiveClock.js' );// [[User:Technical 13/Scripts/Gadget-LiveClock]]
On the other projects of the WMF
[edit]This script should also work on other projects of the Wikimedia Foundation. Simply add:
mw.loader.load( '//en.wikipedia.org/w/index.php?title=User:Technical 13/Scripts/Gadget-LiveClock.js&action=raw&ctype=text/javascript' );//[[User:Technical 13/enwpScripts]]
...to your common.js page on that site.
This is confirmed to work on the following WMF sites...
|
---|
|
This is confirmed to not work on the following WMF sites...
|
---|
|
Step two
[edit]Once you have saved the above to your common.js, you will have to WP:BYPASS your cache to see the effects.