Guidely Plus

Enhance Guidely UI and extract markdown.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

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.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
quantavil
Dziennych instalacji
0
Wszystkich instalacji
0
Oceny
0 0 0
Wersja
1.0.0
Utworzono
13-05-2026
Zaktualizowano
13-05-2026
Rozmiar
41,6 KB
Licencja
MIT
Dotyczy

Guidely Plus

A Tampermonkey/Violentmonkey userscript that enhances the Guidely test review interface with:

  • Markdown Crawler — Automatically navigates through all questions and downloads the complete test as a structured Markdown file.
  • Copy Single Question — One-click copy of the current question + solution as Markdown to clipboard.
  • Enable Copy/Right-Click — Unlocks text selection and context menus disabled by the site.

Install

  1. Install Tampermonkey or Violentmonkey.
  2. Open dist/guidely-plus.user.js and click Install.

Dev Setup

bun install
bun run build      # one-shot production build
bun run dev        # dev server with HMR

Architecture

src/
├── main.ts          # Entry — bootstraps UI, observer, and copy/paste unlock
├── parser.ts        # DOM → QuestionData extraction + Markdown formatting
├── crawler.ts       # Linear crawl engine (click Next, extract, deduplicate)
├── copyMarkdown.ts  # "Copy Markdown" button injected into the question header
├── converter.ts     # Singleton TurndownService (HTML→Markdown)
├── ui.ts            # Floating action button (download/cancel/status)
└── utils.ts         # downloadFile, enableCopyAndRightClick, onReady

License

MIT