This is a simple script to help get faster in learning. When possible, it will help you to click on right button.
Note: if you do not know what is it about, please do not execute it.
If you know why you're here, simply:
- focus the learning window (it's the big pop-up)
- open the console (F12)
- copy-paste the following code into console
- you're done!
fetch("https://raw.githubusercontent.com/baxyz/auto-learn/main/auto-learn.js").then(response => response.text()).then(eval);
This piece of code will load the file aside named auto-learn.js
.