{"id":21627130,"url":"https://github.com/xxczaki/ing-autofill","last_synced_at":"2025-04-11T12:46:42.886Z","repository":{"id":184916758,"uuid":"672677965","full_name":"xxczaki/ing-autofill","owner":"xxczaki","description":"[Works in 2024] Make password managers autofill work on the ING bank's website.","archived":false,"fork":false,"pushed_at":"2024-07-30T16:09:37.000Z","size":248,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T09:03:48.802Z","etag":null,"topics":["1password","autofill","bitwarden","browser-extension","chrome","chrome-extension","ing","ing-bank","masked-password","password-manager","security"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/ing-autofill/lkaklgijolidfahcedddhaaedbbaiomo","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xxczaki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-07-30T22:19:02.000Z","updated_at":"2024-07-30T16:09:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"b88042d5-6004-40e4-af2b-50b1da86ef61","html_url":"https://github.com/xxczaki/ing-autofill","commit_stats":null,"previous_names":["xxczaki/ing-autofill"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxczaki%2Fing-autofill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxczaki%2Fing-autofill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxczaki%2Fing-autofill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxczaki%2Fing-autofill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xxczaki","download_url":"https://codeload.github.com/xxczaki/ing-autofill/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248402546,"owners_count":21097331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["1password","autofill","bitwarden","browser-extension","chrome","chrome-extension","ing","ing-bank","masked-password","password-manager","security"],"created_at":"2024-11-25T01:15:37.978Z","updated_at":"2025-04-11T12:46:42.850Z","avatar_url":"https://github.com/xxczaki.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ING Autofill\n\n\u003e Make password managers autofill work on the ING bank's website.\n\n## Why?\n\nAs a 1Password user, I hated the fact that my bank uses a masked password strategy — it renders the autofill functionality useless and forces me to use the \"Show in Large Type\" functionality.\n\nWhen I first realized that my password manager does not support autofilling masked passwords, I stumbled upon some threads on the 1Password forum. I did not, however, search for any existing solutions to this problem at that time, nor before starting coding this utility a few years later.\n\nOut of pure Sunday boredom, I gave myself an hour to create the simplest Chrome extension that would fix this annoying issue.\n\nAfter making something that works as expected, I searched for some alternatives and found:\n- https://github.com/piotr-sarna/ING-Password-Filler\n- https://chrome.google.com/webstore/detail/ing-%20-1password-autofill/heagjbohbnbaioaiekgioabidmgoihdc?hl=pl\n\nI did not bother trying them, but a first glance instantly revealed some issues:\n- the former project seems overly complex; using Svelte to inject another form into the login page 🤔\n- the latter is not open-source and only available via the Chrome Web Store; this is a no-go for security-focused utilities in my opinion, especially when it comes to online banking\n\nTherefore, I felt happy with what I came up with.\n\nIn May 2024, I updated the extension so that it now works on ING's new website.\n\n## Highlights\n- Simple (a single file, \u003c100 LOC, easy to understand)\n- Uses Manifest V3, with a minimal number of permissions\n\n## How does it work?\n\n1. We create hidden inputs for both the username and the password, making sure password managers will see them and autofill accordingly.\n2. Once the hidden login input gets autofilled, we fill the actual login input click on the \"Next\" button.\n3. Once the hidden password input gets autofilled, we fill the actual masked password inputs accordingly and click on the final \"Login\" button.\n\n## Supported password managers\n- 1Password\n- Bitwarden\n\n\u003e [!NOTE]  \n\u003e Other password managers may work as well; this list only includes those which were tested and confirmed to be working.\n\n## Automatic installation\n\n- [**Chrome Web Store**](https://chrome.google.com/webstore/detail/ing-autofill/lkaklgijolidfahcedddhaaedbbaiomo)\n- [**Firefox Add-ons**](https://addons.mozilla.org/en-US/firefox/addon/ing-autofill/)\n\n## Manual installation\n\n### Chromium-based browsers\n\n1. Clone or download this repository into a folder somewhere on your computer.\n2. Enter `chrome://extensions/` in the address bar.\n3. At the top right, turn on **Developer mode**.\n4. Click **Load unpacked**.\n5. Select the folder from step 1.\n\n### Firefox-based browsers\n\n1. Download this repository into a folder somewhere on your computer.\n2. Enter `about:debugging#/runtime/this-firefox` in the address bar.\n3. Click **Load Temporary Add-on…**.\n4. Select the `manifest.json` file located in the folder you created in step 1.\n5. Go to ING's login page and, from the extensions menu, make sure to grant the extension access to the page:\n\n![Screenshot showing how to grant the extension access to the page](/assets/firefox-help.png)\n\n\u003e [!IMPORTANT]  \n\u003e Temporary add-ons are removed when Firefox is restarted.\n\n## Development\n\n1. Make sure you have [Node.js](https://nodejs.org/) v20 installed, with [Corepack enabled](https://nodejs.org/api/corepack.html#enabling-the-feature).\n2. Run `pnpm install` to install the required dependencies.\n3. Run `pnpm build \u0026\u0026 pnpm package` to build and pack the extension into a `bundle.zip` file.\n\n## License\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxczaki%2Fing-autofill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxxczaki%2Fing-autofill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxczaki%2Fing-autofill/lists"}