Century Tech Solver Lite

Lightweight auto-solver for Century Tech

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

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

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
FergusNallyy
1日のインストール数
0
累計インストール数
3
評価
0 0 0
バージョン
1.2
作成日
2026/03/19
更新日
2026/03/19
大きさ
44KB
ライセンス
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