Century Tech Solver Lite

Lightweight auto-solver for Century Tech

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

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

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

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.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
FergusNallyy
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
3
Βαθμολογίες
0 0 0
Έκδοση
1.2
Δημιουργήθηκε την
19/03/2026
Ενημερώθηκε την
19/03/2026
Μέγεθος
40 KB
Άδεια
MIT
Εφαρμόζεται σε

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