Skip to content

Instantly share code, notes, and snippets.

@scarf005
Last active November 13, 2023 02:55
Show Gist options
  • Save scarf005/20a54f241aabebe89ff3d375b1fc59ff to your computer and use it in GitHub Desktop.
Save scarf005/20a54f241aabebe89ff3d375b1fc59ff to your computer and use it in GitHub Desktop.
Make github use local timezone format
// ==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