Skip to content

Instantly share code, notes, and snippets.

View samthecodingman's full-sized avatar

Samuel Jones samthecodingman

View GitHub Profile
@samthecodingman
samthecodingman / stackexchange-max-login-streak.js
Created December 19, 2022 13:42
Discover your longest StackOverflow/StackExchange login streak
/*! stackexchange-max-login-streak.js | Samuel Jones 2022 | MIT License | gist.github.com/samthecodingman */
/*
* == USAGE ==
* 1. Review and vet the below code
* 2. Open your profile page on the relevant SE site (e.g. https://stackoverflow.com/users/3068190/samthecodingman)
* 3. Open your Browser's JavaScript console (usually Ctrl+Shift+J or F12)
* 4. Paste and execute this helper script
* 5. Take note of the stats logged to the console
*/