Skip to content

Instantly share code, notes, and snippets.

// 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];
@deyixtan
deyixtan / sublime_text_patch.md
Last active September 5, 2026 08:51
Sublime Text Patching Guide

Automated Patching

Download slt.py python script (supports multiple build) from this repository.

Usage

python slt.py <"sublime_text file path">


Manual Patching