Skip to content

Instantly share code, notes, and snippets.

@banderson5144
banderson5144 / github-auto-sso.user.js
Created December 10, 2020 02:47 — forked from pozil/github-auto-sso.user.js
GitHub Auto SSO script for Tampermonkey
// ==UserScript==
// @name GitHub Auto SSO
// @namespace http://pozil.github.io
// @version 1.0
// @description Adds a button that lets you automatically signs-in to all orgs that requires SSO login (instead of clicking 3x per org)
// @author pozil
// @match https://github.com/*
// ==/UserScript==
(function() {