Skip to content

Instantly share code, notes, and snippets.

View gabeweb's full-sized avatar
🎧
last.fm/user/gabeweb

Gabe Pérez gabeweb

🎧
last.fm/user/gabeweb
View GitHub Profile
@gabeweb
gabeweb / 12to24.user.js
Last active July 27, 2025 22:03 — forked from Greenscreener/12to24.user.js
Convert all elements with 12-hour time to 24-hour automatically (for almost any website)
// ==UserScript==
// @name 12 hour am pm to 24 hour format
// @namespace https://*
// @version 0.1
// @description Convert all elements with 12-hour time to 24-hour automatically for all websites. Tested: Discord, Cloud Hetzner Console
// @author gabeweb
// @homepage https://gist.github.com/gabeweb/ba14d475bfe0a9b33fbe1006b1fe4766
// @icon https://raw.githubusercontent.com/dw5/24H-BrowserTimeEverywhere/main/icons/128.png
// @grant none
// @match https://*/*