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 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== |