Download slt.py python script (supports multiple build) from this repository.
python slt.py <"sublime_text file path">
| // url: https://arithmetic.zetamac.com/ | |
| // example: solve(1); | |
| const solve = (delay) => { | |
| setInterval(() => { | |
| const startDiv = document.getElementsByClassName("start")[0]; | |
| const leftDiv = document.getElementsByClassName("left")[0]; | |
| const problemSpan = document.getElementsByClassName("problem")[0]; | |
| const answerInput = document.getElementsByClassName("answer")[0]; |
Download slt.py python script (supports multiple build) from this repository.
python slt.py <"sublime_text file path">