Century Tech Solver Lite

Lightweight auto-solver for Century Tech

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

You will need to install an extension such as Tampermonkey to install this script.

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
FergusNallyy
Instalaciones diarias
0
Instalaciones totales
3
Calificaciones
0 0 0
Versión
1.2
Creado
19/3/2026
Actualizado
19/3/2026
Tamaño
44 KB
Licencia
MIT
Funciona en

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