Skip to content

Instantly share code, notes, and snippets.

View Nouchey's full-sized avatar

Maxime Pradillon Nouchey

  • France
View GitHub Profile
@Nouchey
Nouchey / Spelling Bee State Sharing-2026-03-13.user.js
Last active July 9, 2026 08:38
Spelling Bee State Sharing (Tampermonkey Userscript)
// ==UserScript==
// @name Spelling Bee State Sharing
// @description Adds a keyboard shortcut (Ctrl-B) while playing New York Times Games' Spelling Bee to share (copy) a breakdown of the player's current game state, comparing it against the maximum values as given by that day's answers (also holding down Alt causes the output to be displayed as a browser alert instead); another shortcut (Ctrl-Q) can be used for quick sharing (#words, score rank)
// @version 2026-07-08
// @author Nouche
// @match https://www.nytimes.com/*/spelling-bee*
// @run-at document-start
// @grant none
// @noframes
// @tag games
@Nouchey
Nouchey / Wordle Hardcore Mode-2026-03-04.user.js
Last active July 8, 2026 09:04
Wordle Hardcore Mode (Tampermonkey Userscript)
// ==UserScript==
// @name Wordle Hardcore Mode
// @description Adds a more restrictive “Hard Mode” to New York Times Games' Wordle to warn the player about impossible guesses
// @version 2026-07-01
// @author Nouche
// @match https://www.nytimes.com/games/*wordle*
// @run-at document-start
// @tag games
// ==/UserScript==