Fetch and decrypt answers for quizzes at:
Both EU and US regions are supported.
-
Install NodeJS.
-
Download or clone the project.
-
Go to the
loldle-answers
folder and run:npm install
Run with:
npm start [site-name]
Exemples:
The tool uses loldle.net by default.
npm start
npm start loldle
npm start pokedle
npm start smashdle
npm start dotadle
Hiding encryption keys in JavaScript files is not a good idea.
Using the same couple of encryption keys for 4 different sites was a mistake.
CryptoJS sucks, I have no idea why LoLdle creator used it.
See the license.