Skip to content

Instantly share code, notes, and snippets.

View iansquenet's full-sized avatar
🐢
Focusing

Tim iansquenet

🐢
Focusing
View GitHub Profile
@anamoyee
anamoyee / google_maps_24h_time.user.js
Created January 1, 2026 04:30
A crude (but working) tampermonkey/violentmonkey script to change most 12h time displays into 24h format in Google Maps (since they cant be bothered to add "English (UK)" language option...). This will probably break if they ever change the jslog ids or the general layout of the page.
// ==UserScript==
// @name Google Maps 24h Time Converter
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Convert most am/pm times to 24-hour format on Google Maps
// @author You
// @match https://www.google.com/maps/*
// @grant none
// ==/UserScript==