Century Tech Solver Lite

Lightweight auto-solver for Century Tech

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
FergusNallyy
Günlük kurulumlar
0
Toplam kurulumlar
3
Değerlendirmeler
0 0 0
Versiyon
1.2
Oluşturulma
19.03.2026
Güncellenme
19.03.2026
Boyut
44 KB
Lisans
MIT
Geçerli

Century Tech Solver Lite

A lightweight Tampermonkey userscript that uses AI to solve questions on Century Tech. It supports multiple choice, typed answer, and drag-and-drop matching questions.

Features

  • Solves multiple choice, exact answer, and drag-and-drop matching questions.
  • Floating panel with Start, Stop, and Solve Once controls.
  • API key input built into the panel — no need to edit the script source code.
  • OCR fallback for image-based questions using ocr.space.
  • Works across SPA navigation (no reload needed between questions).
  • Panel survives React re-renders and persists across page changes.

Premium Version

A more advanced and updated version of this solver is available for purchase. For inquiries regarding the premium version, visit my GitHub: https://github.com/FergusNallyy

Requirements

  • Tampermonkey browser extension.
  • A free Groq API key (takes 2 minutes to get).

Installation

  1. Install Tampermonkey for your browser.
  2. Click "Create new script" in the Tampermonkey dashboard.
  3. Paste the contents of century-lite.js and save.
  4. Navigate to app.century.tech — the panel will appear in the top-right corner.

Getting a Groq API Key

Groq is free and requires no payment details.

  1. Go to console.groq.com and sign up.
  2. Click API Keys in the left menu.
  3. Click Create API Key and give it any name.
  4. Copy the key (it starts with gsk_).
  5. Paste it into the panel on Century Tech and click Save.

The key is stored locally in Tampermonkey storage and never leaves your browser except to make requests to Groq.

Usage

Button Action
Start Continuously solves questions as you progress
Stop Pauses the solver
Solve Once Solves only the current question

For exact-answer and letter-choice questions, the answer appears in a hint overlay at the bottom of the screen. Copy it and type it in manually.

Notes

  • The script reads question text from the DOM — it cannot see images directly. For image-heavy questions it falls back to OCR.
  • Drag-and-drop matching uses color coding to show which item belongs in which slot. (This is currently in a beta state; a fix is being developed).
  • Academic Integrity: Use this tool responsibly as a study aid. 😉

Developer

GitHub: https://github.com/FergusNallyy

License

MIT