{"id":20637836,"url":"https://github.com/deepchirp/auto-fill-verification-field","last_synced_at":"2026-06-17T23:31:31.166Z","repository":{"id":262553360,"uuid":"887636641","full_name":"DeepChirp/Auto-fill-Verification-Field","owner":"DeepChirp","description":"Automatically fills the verification field","archived":false,"fork":false,"pushed_at":"2024-11-13T03:04:26.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-30T22:31:21.784Z","etag":null,"topics":["github","greasemonkey-userscript","tampermonkey-userscript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/DeepChirp.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":"2024-11-13T02:43:23.000Z","updated_at":"2024-11-13T03:04:28.000Z","dependencies_parsed_at":"2024-11-13T03:32:09.745Z","dependency_job_id":"03fefb38-5d57-4cfd-bc14-550fe0b3977c","html_url":"https://github.com/DeepChirp/Auto-fill-Verification-Field","commit_stats":null,"previous_names":["deepchirp/auto-fill-verification-field"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DeepChirp/Auto-fill-Verification-Field","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepChirp%2FAuto-fill-Verification-Field","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepChirp%2FAuto-fill-Verification-Field/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepChirp%2FAuto-fill-Verification-Field/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepChirp%2FAuto-fill-Verification-Field/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeepChirp","download_url":"https://codeload.github.com/DeepChirp/Auto-fill-Verification-Field/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeepChirp%2FAuto-fill-Verification-Field/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34470322,"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-17T02:00:05.408Z","response_time":127,"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":["github","greasemonkey-userscript","tampermonkey-userscript"],"created_at":"2024-11-16T15:16:00.733Z","updated_at":"2026-06-17T23:31:31.145Z","avatar_url":"https://github.com/DeepChirp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auto-fill Verification Field\r\n\r\nThis is a simple script that auto-fills the verification field.\r\n\r\n## Supported Sites\r\n\r\n- [x] [GitHub](https://github.com) - delete repository\r\n\r\n## Installation\r\n\r\n1. Install a user script manager like [Tampermonkey](https://www.tampermonkey.net/) or [Greasemonkey](https://www.greasespot.net/).\r\n2. Click [here](https://github.com/DeepChirp/Auto-fill-Verification-Field/raw/main/index.user.js) to install the script directly from the web.\r\n\r\n## Usage\r\n\r\n1. Open a supported site (e.g., GitHub repository settings page).\r\n2. The script will automatically detect and fill the verification field.\r\n\r\n## Configuration\r\n\r\nYou can add more supported sites and field selectors by modifying the `loadConfig` function in [index.user.js](index.user.js).\r\n\r\n```js\r\nasync function loadConfig() {\r\n    const localConfig = {\r\n        \"github.com\": {\r\n            \"paths\": [/\\/.*\\/.*\\/settings/],\r\n            \"fields\": [\r\n                {\r\n                    \"selector\": \"#verification_field\",\r\n                    \"value\": () =\u003e {\r\n                        const el = document.querySelector(\"#verification_field\");\r\n                        return el?.dataset.repoNwo || '';\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n    };\r\n\r\n    return localConfig;\r\n}\r\n```\r\n\r\n## Screenshots\r\n\r\n![GitHub](https://github.com/user-attachments/assets/50c3f9d7-ae39-49f4-ac8f-81308631aac7)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepchirp%2Fauto-fill-verification-field","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepchirp%2Fauto-fill-verification-field","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepchirp%2Fauto-fill-verification-field/lists"}