Oliveboard Plus

Enhance Oliveboard UI and functionality.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το 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.

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

Δημιουργός
quantavil
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
0
Βαθμολογίες
0 0 0
Έκδοση
1.2.2
Δημιουργήθηκε την
02/05/2026
Ενημερώθηκε την
13/05/2026
Μέγεθος
50 KB
Άδεια
MIT
Εφαρμόζεται σε

Oliveboard Plus

A powerful userscript designed to enhance the Oliveboard learning experience. It declutters the user interface, removes intrusive banners and popups, intercepts distracting windows, and allows users to export full mock test questions and solutions into clean Markdown files for offline review.

Features

  • UI Cleaner: Automatically hides popups, annoying top carousels, and removes redundant navigation menu items (like Refer & Earn, Success Stories) to give you a distraction-free environment.
  • Smart Window Interceptor: Prevents "View Solutions" from opening as annoying popups by forcing them to open cleanly in new tabs.
  • Copy to Markdown: A header-integrated button to copy the current question, options, and solution as structured Markdown to your clipboard.
  • Markdown Exporter: A floating download button that crawls through test questions asynchronously and extracts questions, options, and solutions into a structured .md file for offline review.
  • Enable Copy & Right-Click: Overrides Oliveboard's restrictions to allow text selection, copying, and right-click context menus.

Architecture

src/
├── main.ts          # Entry point, single MutationObserver, error boundaries
├── converter.ts     # Singleton TurndownService (HTML → Markdown)
├── crawler.ts       # Question extraction & crawling with robust dedup
├── copyMarkdown.ts  # Single-question copy-to-clipboard button
├── ui.ts            # Floating Action Button (FAB) for full download
├── uiCleaner.ts     # Pure handler functions for UI cleanup
└── utils.ts         # Shared helpers (onReady, downloadFile, enableCopy)

Installation

  1. Install a userscript manager like Violentmonkey or Tampermonkey in your browser.
  2. Build the userscript using bun run build.
  3. Locate the generated file at dist/oliveboard-plus.user.js and install it into your extension.

Development

This project uses modern web development tools:

  • Bun and Vite for fast building
  • TypeScript for robust typing
  • vite-plugin-monkey for userscript metadata injection
  • Turndown for HTML to Markdown conversion

Build Instructions

bun install
bun run build

License

MIT License.