AtCoder Zip Copy

AtCoderの問題文中の .zip リンクの横にコピーボタンを追加します。

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

Author
e6nlaq
Daily installs
0
Total installs
2
Ratings
0 0 0
Version
1.0.0
Created
2026-04-26
Updated
2026-04-26
Size
1.42 KB
License
MIT
Applies to

AtCoder Zip Copy

AtCoderの問題文中の .zip リンクの横にコピーボタンを追加するユーザースクリプトです。

Source: https://github.com/e6nlaq/atcoder-zip-copy


概要

AtCoderの課題ページ(問題文)において、リンク先が .zip ファイルである場合に、そのURLをクリップボードにコピーするためのボタンをリンクの隣に自動で作成します。

機能

  • Copyボタンの追加: .zip リンクの横に「Copy」ボタンを配置します。
  • クリップボードへのコピー: ボタンをクリックすると、即座にそのファイルのフルURLをコピーします。
  • フィードバック: コピー成功時にボタンのテキストが1秒間「Copied!」に変わります。

使い方

  1. Tampermonkey などのユーザースクリプトマネージャーをブラウザにインストールします。
  2. 本スクリプトをインストールします。
  3. AtCoder の問題ページを開くと、.zip リンクの横にボタンが表示されます。

開発

セットアップ

bun install

開発用サーバーの起動

bun run dev

ビルド

bun run build

dist/atcoder-zip-link.user.js が生成されます。

謝辞

  • AtCoder Title Copy ボタン作成のコードを参考にさせていただきました。

ライセンス

MIT