https://github.com/zaydiscold/localizer
https://github.com/zaydiscold/localizer
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zaydiscold/localizer
- Owner: zaydiscold
- License: mit
- Created: 2026-03-03T12:05:30.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2026-03-03T12:45:20.000Z (4 months ago)
- Last Synced: 2026-03-03T15:39:44.893Z (4 months ago)
- Language: JavaScript
- Size: 243 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
localizer
chrome extension that converts timezone-labeled times on web pages to your local time.
what it does · install · usage · updates
## what it does
localizer scans pages for times with timezone labels and quietly rewrites them to your local time. the page looks like it was always written for you.
built this because i was on claude status page, "11:49 UTC." what the fuck is a UTC. also what the hell did those shows mean by 8/7 central who was this designed for.
## install
```bash
npx localizer-ext # npm
```
or
```bash
bunx localizer-ext # bun
```
or
```bash
curl -fsSL https://raw.githubusercontent.com/zaydiscold/localizer/master/install.sh | bash
```
or
```bash
wget -qO- https://raw.githubusercontent.com/zaydiscold/localizer/master/install.sh | bash
```
or
```bash
git clone https://github.com/zaydiscold/localizer
```
then in chrome:
1. go to `chrome://extensions`
2. turn on **developer mode** (top right)
3. click **load unpacked**
4. select the folder
## usage
it just runs. every page, automatically.
handles `11:49 UTC`, `2:30 PM EST`, `2026-03-02 14:00 GMT`. catches 30+ timezone abbreviations. doesn't ask questions.
toggle it on/off from the extension icon in the toolbar. that's the whole settings page.
note: watches dynamic page updates now, so status dashboards that load late content should still convert.
supported: UTC, GMT, EST, EDT, CST, CDT, MST, MDT, PST, PDT, AKST, AKDT, HST, AST, ADT, NST, NDT, CET, CEST, EET, EEST, WET, WEST, IST, JST, KST, AEST, AEDT, ACST, ACDT, AWST, NZST, NZDT. yes i looked up what all of these mean. none of them have cool magnetic anomalies like the Central African Republic.
## updates
no auto-update yet (unpacked extension). when you pull new changes:
1. go to `chrome://extensions`
2. click **reload** on localizer
3. hard refresh tabs where you want it running (`cmd+shift+r`)
mit. license
zayd / cold
zayd.wtf · twitter · github
icarus only fell because he flew
to do
☑ npx / bunx / curl / wget / git clone install
☐ chrome web store
☐ firefox add-on
☐ safari + ios