Apex Learning Quiz Cheat

Highlights Correct Answers in Apex Learning Quiz Menus. Includes Image Support, AI Logic, Auto-Complete, and Keybind Controls

当前为 2025-11-14 提交的版本,查看 最新版本

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

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

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
paysonism
评分
0 0 0
版本
8.3
创建于
2025-11-14
更新于
2025-11-14
大小
30.4 KB
许可证
MIT
适用于

Apex Quiz Auto-Answer

Highlights Correct Answers in Apex Learning Quiz Menus. Includes Image Support, AI Logic, Auto-Complete, and Keybind Controls

Please star the repository and support my other projects as I work hard to make these tools!!!

Made with ❤ By Payson

Limitations

  • 15 Questions per Minute
  • 1,500 Questions/API Requests per 24hrs.

Features

  • Automatic: Detects new quiz questions and highlights the correct answer
  • Vision Support: Analyzes images in questions (diagrams, charts, molecular structures, etc.)
  • Image Optimization: Automatically compresses images to 800x800 pixels to save tokens
  • Correct Answer Highlighting: Changes answer text to green with bold font weight
  • Progress Indicator: Small progress bar shows when processing
  • 100% Free: Uses Google's free Gemini API tier (1,500 requests/day)
  • Hidden Mode: No visible buttons or notifications

Installation

  1. Install a Userscript Manager

  2. Get a Free Gemini API Key

    • Visit Google AI Studio
    • Sign in with your Google account
    • Click "Create API Key"
    • Copy the key
  3. Install the Script

    • Click the "Install" button on GreasyFork
    • Open the script in your userscript manager
    • Replace YOUR_API_KEY_HERE on line 17 with your actual API key
    • Save the script

Usage

  1. Navigate to any Apex Learning quiz
  2. The script will automatically:
    • Detect new questions
    • Extract text and images
    • Query Gemini AI
    • Highlight the correct answer in green

Manual Trigger

Press Ctrl+Shift+R to manually reprocess the current question.

Configuration

Edit these constants at the top of the script:

You can leave the image configs alone but if you want to use less tokens you can have it downscale the image even more.

const DEBUG_MODE = false;          // Set to true for console logging
const MAX_IMAGE_WIDTH = 800;       // Maximum image width in pixels
const MAX_IMAGE_HEIGHT = 800;      // Maximum image height in pixels
const IMAGE_QUALITY = 0.85;        // JPEG quality (0.0 to 1.0)