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 March 24, 2026 09:29
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 a breakdown of the player's current game state, comparing it against the maximum values as given by the “Hints” article; another shortcut (Ctrl-Q) can be used for quick sharing (#words, score rank)
// @version 2026-03-13
// @author Nouche
// @match https://www.nytimes.com/*/spelling-bee*
// @run-at document-start
// @tag games
// ==/UserScript==
@Nouchey
Nouchey / Wordle Hardcore Mode-2026-03-04.user.js
Last active March 11, 2026 18:02
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-03-04
// @author Nouche
// @match https://www.nytimes.com/games/*wordle*
// @run-at document-start
// @tag games
// ==/UserScript==