Games Done Quick Schedule in 24h time format

Converts the time from AM/PM format to 24h format in the Games Done Quick Schedule

目前为 2022-01-09 提交的版本。查看 最新版本

// ==UserScript==
// @name        Games Done Quick Schedule in 24h time format
// @name:de     Games Done Quick Schedule in 24 Stundenformat
// @namespace   Neui
// @license     MIT
// @match       https://gamesdonequick.com/schedule
// @grant       none
// @version     0.9
// @run-at      document-end
// @author      Neui
// @description Converts the time from AM/PM format to 24h format in the Games Done Quick Schedule
// @description:de Konvertiert die Zeitangabe vom AM/PM Format zum 24 Stunden Format im Games Done Quick Zeitplan
// ==/UserScript==

unsafeWindow.moment.updateLocale('en', {
  longDateFormat : {
        LT: 'HH:mm',
        LTS: 'HH:mm:ss',
        L: 'YYYY-MM-DD',
        LL: 'D MMMM YYYY',
        LLL: 'D MMMM YYYY HH:mm',
        LLLL: 'dddd D MMMM YYYY HH:mm'
    }
})

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址