0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

AtCoder「自分の提出」のユーザinputの背景を灰色にする

0
Posted at

はじめに

AtCoderで「自分の提出」を確認した後、他の人の提出を検索したい場合に、
『ユーザにユーザ名を入れて検索されない。(自分の提出ページなので)
 「すべての提出」をクリックして検索しなおす。』
ということを週に5回ぐらいやっていて時間の無駄と気づいたので
灰色にします。
image.png

やったこと

  1. chrome拡張のStylusを入れる
  2. 「正規表現に一致するURL」でhttps://atcoder\.jp/contests/[^/]+/submissions/me.*
#input-user {
  background-color: #cccccc;
}

こんな感じ
image.png

結果

ユーザの背景色が灰色になり気づき易い
image.png

おしまい!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?