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
/*! 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 | |
*/ |
OlderNewer