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?

Github PR の Resolved Comment ( 解決済みコメント ) を全て開く方法 ( Google Chrome の場合 )

Posted at

手順

Github PR のページに 移動する

Google Developer Tool を開く

CleanShot 2024-11-22 at 06 58 18@2x

ペーストの許可

Console に のタブに allow pasting と入力する ( コードのペーストを許可するため )

Javascriptを直接実行

Console のタブに以下を入力して、実行する

document.querySelectorAll('.js-resolvable-timeline-thread-container').forEach(e => { e.setAttribute('open', '') })()

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

プロフィール・経歴

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?