Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add script (#5741) #5767

Merged
merged 1 commit into from
Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/user_scripts/solve_problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@ title: 問題を解く
<img loading = "lazy" src="../../images/userscript/atcoder_problem_navigator.png" alt="atcoder problem navigator">
</div>

### 最初の問題(特定のコンテスト)

- [AtCoder Crouch Start](https://greasyfork.org/ja/scripts/463845-atcoder-crouch-start) - 開催前のコンテストの「トップ」ページに、最初の問題(A問題)に移動できるタブを追加する。

!!! warning "注意"
- コンテスト開始直前の過度なリロードは避ける。

- リンク先のページが、必ずしも該当コンテストの最初の問題であるとは保証されない。

<div align="center">
<img loading = "lazy" src="../../images/userscript/atcoder_crouch_start.png" alt="atcoder crouch start">
</div>

### 難易度順

- [atcoder-typical90-sort](https://greasyfork.org/ja/scripts/428698-atcoder-typical90-sort) - 「[競プロ典型90問](https://atcoder.jp/contests/typical90)」の問題を、難易度が低い順に並び替える。
Expand Down