useful if one wants to explore randomly a large visualized list that is not easy to copy and paste otherwise one can copy the list and use random.org or other solutions to get a similar or even better pick. of course one could also do a better javascript function as well.

形式
Plain text
投稿日時
2021-11-21 23:13
公開期間
無期限
  1. var scrolltorandom = Math.floor(Math.random() * document.body.scrollHeight);
  2. window.scroll({
  3. top: scrolltorandom,
  4. behavior: 'smooth'
  5. });
ダウンロード 印刷用表示

このコピペの URL

JavaScript での埋め込み

iframe での埋め込み

元のテキスト