{"id":15097419,"url":"https://github.com/nebularnerd/shopify-login-fixer","last_synced_at":"2026-02-09T03:32:44.380Z","repository":{"id":167866602,"uuid":"643483558","full_name":"NebularNerd/shopify-login-fixer","owner":"NebularNerd","description":"A Tampermonkey/Greasemonkey script to fix the grey button bug on Shopify login screens.","archived":false,"fork":false,"pushed_at":"2023-05-21T10:34:19.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T13:33:06.159Z","etag":null,"topics":["greasemonkey","greasemonkey-userscript","shopify","tampermonkey","tampermonkey-userscript","violentmonkey","violentmonkey-userscript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NebularNerd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"nebularnerd","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-05-21T10:05:24.000Z","updated_at":"2023-05-21T10:43:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"e8bee83e-701e-4038-b37b-7aab2dc88bb3","html_url":"https://github.com/NebularNerd/shopify-login-fixer","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"204509077541324b87986f847d34c09c9ccdb6a4"},"previous_names":["nebularnerd/shopify-login-fixer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NebularNerd/shopify-login-fixer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NebularNerd%2Fshopify-login-fixer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NebularNerd%2Fshopify-login-fixer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NebularNerd%2Fshopify-login-fixer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NebularNerd%2Fshopify-login-fixer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NebularNerd","download_url":"https://codeload.github.com/NebularNerd/shopify-login-fixer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NebularNerd%2Fshopify-login-fixer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270191644,"owners_count":24542278,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"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":["greasemonkey","greasemonkey-userscript","shopify","tampermonkey","tampermonkey-userscript","violentmonkey","violentmonkey-userscript"],"created_at":"2024-09-25T16:21:38.528Z","updated_at":"2026-02-09T03:32:43.982Z","avatar_url":"https://github.com/NebularNerd.png","language":"JavaScript","funding_links":["https://ko-fi.com/nebularnerd"],"categories":[],"sub_categories":[],"readme":"# shopify-login-fixer\nA Tampermonkey/Greasemonkey (and other *monkey) script to fix the grey button issue on Shopify account login screens\n\n## What is this thing?\nFor some reason the Shopify login screens seem to get stuck with the login buttons not changing from Grey when you enter your correct details. This means that you cannot login using your email/password combination which is very frustrating. This simple script deletes the `disabled` tag from the buttons allowing you to login.\n\n![shopify-login-issue](https://github.com/NebularNerd/shopify-login-fixer/assets/8470449/43ad4a4f-2ad1-4e20-93ae-de5831c10521)\n\n![shopify-login-issue-fixed](https://github.com/NebularNerd/shopify-login-fixer/assets/8470449/8f4d5796-a705-4992-9727-beddd20041c4)\n\n**NOTE:** This is a brute force fix, the login will still fail if your details are incorrect, it simply makes the button always selectable/clickable.\n\n## Features\n- Quick and easy to use\n- Should work with most \u0026ast;monkey variants: Tested/Developed with Chrome Tampermonkey v4.18.1, Also tested on Firefox Greasemonkey 4.11 (from 2021)\n- Auto updates if your \u0026ast;monkey variant supports it\n\n## Sounds great, how do I use it?\n- The easiest way to install this is to click this link:  \n[:floppy_disk: shopify-login-fixer.user.js](https://github.com/NebularNerd/shopify-login-fixer/raw/main/shopify-login-fixer.user.js)\nmost \u0026ast;monkey's auto install features will then take care of things, this also can be used to manually trigger an update.\n- **OR**, view the [shopify-login-fixer.user.js](/shopify-login-fixer.user.js) and then click the `RAW` button, if you wish to check out the code first.\n- **OR**, Download or Copy/Paste the [shopify-login-fixer.user.js](/shopify-login-fixer.user.js) into your \u0026ast;monkey, save and activate.  \n \nThe next time you visit either https://accounts.shopify.com/lookup or https://accounts.shopify.com/login the greyed out button will be forced active.\n \n## License\nPublished under the [The Unlicense](/LICENSE)\n- The check current URL code is derived from [resu @ Stackoverflow](https://stackoverflow.com/a/35038669) and is used under their [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) License\n\n## Help fuel my caffine habbit\nIf you fancy buying me a :coffee: to say thanks, please visit my Ko-Fi page by hitting the button below.  \n\n\u003cp class=\"kofi\" align=\"center\"\u003e\n  \u003ca href=\"https://ko-fi.com/nebularnerd\" title=\"Buy me a coffee on ko-fi\"\u003e\u003cimg src=\"https://github.com/NebularNerd/YT-URL-Extractor/raw/main/pics/kofi_button_red.webp\" width=45% /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebularnerd%2Fshopify-login-fixer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnebularnerd%2Fshopify-login-fixer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebularnerd%2Fshopify-login-fixer/lists"}