{"id":50722615,"url":"https://github.com/mthcht/hakr","last_synced_at":"2026-06-10T01:30:37.976Z","repository":{"id":356517661,"uuid":"1230931514","full_name":"mthcht/hakr","owner":"mthcht","description":"A browser extension that lets you click any text or image on any webpage and modify it locally. No DevTools required. https://chromewebstore.google.com/detail/hakr-%E2%80%94-live-page-editor/hbaoklfnekfckialgdndflbpfkkpfilo","archived":false,"fork":false,"pushed_at":"2026-05-08T11:20:37.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-08T13:26:16.243Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mthcht.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-06T13:11:09.000Z","updated_at":"2026-05-08T11:20:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mthcht/hakr","commit_stats":null,"previous_names":["mthcht/hakr"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mthcht/hakr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthcht%2Fhakr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthcht%2Fhakr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthcht%2Fhakr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthcht%2Fhakr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mthcht","download_url":"https://codeload.github.com/mthcht/hakr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mthcht%2Fhakr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34133404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-10T01:30:32.687Z","updated_at":"2026-06-10T01:30:37.969Z","avatar_url":"https://github.com/mthcht.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HAKR - Live Page Editor\n\nA browser extension that lets you click any text or image on any webpage and modify it locally. No DevTools required.\n\nAll changes are **local-only** - only you see them, nothing is saved or sent anywhere, and reloading the page restores the original.\n\n\n## On the Chrome WebStore\n\nhttps://chromewebstore.google.com/detail/hakr-%E2%80%94-live-page-editor/hbaoklfnekfckialgdndflbpfkkpfilo\n\n## Or Install manually (Chrome / Edge / Brave / Opera / Arc - anything Chromium)\n\n1. Unzip `hakr-extension.zip` somewhere on your disk.\n2. Open `chrome://extensions` (or `edge://extensions`, `brave://extensions`, etc.)\n3. Toggle **Developer mode** on (top right).\n4. Click **Load unpacked** and select the unzipped `hakr-extension` folder.\n5. The HAKR icon appears in your toolbar. A welcome tab opens explaining how it works.\n\n## Use it\n\n1. Open any webpage.\n2. Click the HAKR icon → press **Start editing**.\n   Or press **Ctrl+Shift+H** (⌘+Shift+H on Mac) anywhere as a shortcut.\n3. Click any text → edit inline. Click any image → swap source dialog (URL or file upload).\n4. Open the popup again to stop, or reset the page to undo everything.\n\nA green **\"ON\"** badge appears on the toolbar icon while edit mode is active on a tab, so you don't forget.\n\n## Languages\n\nAuto-detected from the browser language. Currently bundled:\n\n- English (`en`)\n- Français (`fr`)\n- Español (`es`)\n- Deutsch (`de`)\n- Italiano (`it`)\n- Português do Brasil (`pt_BR`)\n- 日本語 (`ja`)\n- 简体中文 (`zh_CN`)\n\nTo add a language, copy `_locales/en/messages.json` into a new locale folder (e.g. `_locales/nl/messages.json`) and translate each `message` value.\n\n## Caveats\n\n- Modifications are **client-side only**.\n- Some sites re-render content on a timer (live tickers, feeds) - your edits may get overwritten. Re-edit and screenshot quickly.\n- Doesn't work on `chrome://`, `about:`, `view-source:`, or extension-store pages - Chrome blocks content scripts there.\n- `srcset` and `\u003cpicture\u003e` source elements are stripped when you swap an image so your replacement actually wins against responsive image rules.\n\n## Files\n\n```\nhakr-extension/\n├── manifest.json          MV3 manifest, references __MSG_*__ keys\n├── background.js          opens welcome page on install + manages toolbar badge\n├── content.js             injected into every page; click-to-edit + image-swap modal\n├── popup.html / popup.js  toolbar popup (control panel)\n├── welcome.html / welcome.js   first-install onboarding tab\n├── icon{16,48,128}.png    extension icons\n└── _locales/\u003clang\u003e/messages.json   translations (one per language)\n```\n\n## License\n\nDo what you want with it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmthcht%2Fhakr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmthcht%2Fhakr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmthcht%2Fhakr/lists"}