AtCoder Markdown Copier

AtCoderの問題文をMarkdown形式でコピーする機能を追加します。

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

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

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

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

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

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

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.

(I already have a user style manager, let me install it!)

Autor
nsubaru
Installationen heute
0
Installationen gesamt
3
Bewertungen
0 0 0
Version
1.0.3
Erstellt am
29.05.2026
Letzte Aktualisierung
29.05.2026
Größe
6,03 KB
Lizenz
MIT
Wird angewandt auf

AtCoder Markdown Copier

AtCoder の問題文を Markdown 形式でコピーし、ノート作成や解説記事の執筆をサポートする UserScript です。

概要

問題ページの内容を Markdown に変換してクリップボードにコピーします。単純なテキストコピーとは異なり、数式やコードブロックを適切な Markdown 記法で保持します。

主な機能

  • 一括コピー(All Copy): 問題タイトル、URL、本文、制約、入出力形式をまとめて一つの Markdown 文書としてコピーします。※入出力例は除外される設定になっています。
  • セクション別コピー: 「問題文」「制約」などの各見出し横にあるボタンから、必要な箇所だけをピンポイントでコピーできます。
  • 数式・コードブロック対応: AtCoder 独自の <var> タグを $...$ に変換し、入出力例などの pre タグをコードフェンス( `text)で囲います。