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 Switch Account Button | |
| // @icon https://github.com/favicon.ico | |
| // @version 1.0 | |
| // @description Adds a sticky 'Switch Account' button to the bottom right of GitHub pages. | |
| // @author NtKrnl32 | |
| // @match https://github.com/* | |
| // @exclude https://github.com/switch_account* | |
| // @grant none | |
| // @run-at document-idle |