A Chrome extension that automatically clicks the Continue button on GitHub organization SSO authentication pages.
If your GitHub account belongs to an organization with SAML SSO enabled, you are prompted to re-authenticate periodically. This extension detects that interstitial page and clicks through it for you.
- Clone this repository.
- Open
chrome://extensions/. - Enable Developer mode.
- Click Load unpacked and select the repository directory.
A content script runs on every github.com page. It checks for two conditions:
bodyhas the classsession-authentication.- The page contains a
.org-sso-panelelement with a submit button.
If both are true, the button is clicked automatically. On normal GitHub pages the script exits immediately with no side effects.
make buildThe archive is written to dist/.
make cleanThis extension does not collect, store, or transmit any user data. See PRIVACY.md for details.
MIT