Skip to content

Instantly share code, notes, and snippets.

View Nouchey's full-sized avatar

Maxime Pradillon Nouchey

  • France
View GitHub Profile
@Nouchey
Nouchey / Wordle Hardcore Mode-2026-03-04.user.js
Last active March 5, 2026 13:57
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
// ==/UserScript==
(function() {