Skip to content

Instantly share code, notes, and snippets.

View ntkrnl32's full-sized avatar
Not Really Here...

NT | Krnl32 ntkrnl32

Not Really Here...
View GitHub Profile
@ntkrnl32
ntkrnl32 / github-switch-account.user.js
Created December 11, 2025 17:03
github account switcher
// ==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