Greasy Fork is available in English.

Oliveboard Plus

Enhance Oliveboard UI and functionality.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
quantavil
일일 설치 수
0
총 설치 수
0
평점
0 0 0
버전
1.2.2
생성일
2026-05-02
갱신일
2026-05-13
크기
48.9KB
라이선스
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.