AtCoder JavaScript Tester

AtCoderでJavaScript・TypeScriptコードをテスト実行するためのユーザースクリプト

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

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.

You will need to install a user script manager extension to install this script.

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

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!)

Upphovsman
綾坂こと(Ayasaka-Koto)
Dagliga installationer
0
Totala installationer
0
Betyg
0 0 0
Version
0.6.1
Skapad
2025-10-31
Uppdaterad
2025-12-04
Size
33,3 KB
Licens
N/A
Gäller för

AtCoderの問題ページで、JavaScript・TypeScriptのコードを編集・テスト実行・提出準備を行えるようにするユーザースクリプトです。 AtCoderの問題ページにアクセスすると、問題文が画面左に寄り、右側にコードエディタとテスト実行用のUIが追加されます。

  1. 外部環境に依存しない、ブラウザ完結のコードテスト
    • JavaScriptコードを直接ブラウザ上(Web Worker)で実行するため、AtCoderのコードテストなどの外部環境に依存しません。
  2. Monaco Editorによる高度なコード編集機能
    • Visual Studio Codeで使用されているMonaco Editorを組み込んでおり、Syntax HighlightやIntelliSenseなどの高度なコード編集機能が利用できます。
  3. クリップボードへのコードコピーと提出準備
    • 編集したコードを問題ページ下部のソースコード入力欄に自動入力することができます。
  4. 複数のランタイム環境に対応
    • Node.js, Deno, Bunの各ランタイム向けのコードテンプレートを提供しています。
  5. TypeScript対応
    • TypeScriptでのコード編集・テスト実行もサポートしています。