This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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() { |