File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,12 @@ Python 3.5 以降で動作する [AtCoder](http://atcoder.jp/) からサンプ
30
30
31
31
ただの` pip ` だとPython 2系を使ってインストールされる可能性があるためうまくいかないかもしれません。
32
32
33
- ## Chrome Extension by [ @kmyk ] ( https://github.com/kmyk/ ) (NEW! 2019/03/06)
34
- Google ChromeのExtensionです。公開されている過去問を対象として、atcoder-toolsで自動生成されたコードをそのままAtCoderのスニペット上で利用できます。
35
- 1 . https://kyuridenamida.github.io/atcoder-tools/index.user.js をインストールする (tampermonkey経由)
36
- 2 . ログインした状態で適当な問題ページに行く(e.g. https://atcoder.jp/contests/abc120/tasks/abc120_d )
37
- 3 . 正しくインストールされている場合、ページ下部のコードスニペットにコードが標準で埋め込まれている (atcoder-toolsの対応言語のみ)
33
+ ## Userscript by [ @kmyk ] ( https://github.com/kmyk/ ) (NEW! 2019/03/06)
34
+ Tampermonkey(各種ブラウザで動作)でインストールすることが可能なUserscriptです。公開されている過去問を対象として、atcoder-toolsで自動生成されたコードをそのままAtCoderのスニペット上で利用できます。
35
+ 1 . Tampermonkey をインストールする ([ Chrome] ( https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo ) , [ FireFox] ( https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/ )
36
+ 2 . https://kyuridenamida.github.io/atcoder-tools/index.user.js にアクセスしてUserscriptをインストール
37
+ 3 . ログインした状態で適当な問題ページに行く(e.g. https://atcoder.jp/contests/abc120/tasks/abc120_d )
38
+ 4 . 正しくインストールされている場合、ページ下部のコードスニペットにコードが標準で埋め込まれている (atcoder-toolsの対応言語のみ)
38
39
<img src =" https://user-images.githubusercontent.com/233559/53821542-56d3e780-3fb1-11e9-89d9-24a3d0e9af5c.png " width =50% >
39
40
40
41
## Analysis
You can’t perform that action at this time.
0 commit comments