Last active
November 13, 2023 02:55
-
-
Save scarf005/20a54f241aabebe89ff3d375b1fc59ff to your computer and use it in GitHub Desktop.
Make github use local timezone format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Github local timezone format | |
// @namespace https://github.com/scarf005 | |
// @match https://github.com/* | |
// @match https://gist.github.com/* | |
// @version 1.1.0 | |
// @description Make github use local timezone format | |
// @icon https://github.githubassets.com/pinned-octocat.svg | |
// @grant none | |
// @downloadURL https://gist.githubusercontent.com/scarf005/20a54f241aabebe89ff3d375b1fc59ff/raw/github-local-timezone.user.js | |
// @supportURL https://gist.github.com/scarf005/20a54f241aabebe89ff3d375b1fc59ff | |
// @homepageURL https://gist.github.com/scarf005/20a54f241aabebe89ff3d375b1fc59ff | |
// ==/UserScript== | |
document.documentElement.lang = navigator.language |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment