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
| // ==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() { |