Skip to content

Adds hints and additional board playability for the NYT game Connections.

Notifications You must be signed in to change notification settings

swierczek/nyt-games-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NYT Games Helper

This is an add-on for Firefox to add hints and free guesses for the NYT game Connections.

image

The add-on is published at https://addons.mozilla.org/en-US/firefox/addon/nyt-games-helper/.

Firefox mobile

To use this on Firefox on an android device: https://www.androidpolice.com/install-add-on-extension-mozilla-firefox-android/

How it used to work (RIP)

Connections loads am global window.gameData array with many (all?) previous and some future days' boards. This add-on reads from that object and the currently selected items to add various hints.

Connections uses React, and internally seems to read the global object when the user makes guesses. In order to unlock all boards, this add-on takes advantage of that to load previous boards into the current day's index.

This add-on also tracks the index of any completed boards in local storage in order to keep track of games new to the user vs. games already seen (because the "load a different game" functionality currently only picks a random index).

Future work

  • Add Wordle hints (CORS issue currently)

Packaging process

cd ~/Documents/nyt-games-helper/; zip Archive.zip connections.js manifest.json

About

Adds hints and additional board playability for the NYT game Connections.

Resources

Stars

Watchers

Forks

Packages

No packages published