Century Tech Solver Lite

Lightweight auto-solver for Century Tech

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Tekijä
FergusNallyy
Päivittäiset asennukset
0
Asennuskerrat
3
Arvostelut
0 0 0
Versio
1.2
Luotu
19.3.2026
Päivitetty
19.3.2026
Size
44 kt
Lisenssi
MIT
Käytössä

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