タグ

ブックマーク / gist.github.com/tomhicks (1)

  • Listen to your web pages

    plink-plonk.js � �� V p� V /* Copy this into the console of any web page that is interactive and doesn't do hard reloads. You will hear your DOM changes as different pitches of audio. I have found this interesting for debugging, but also fun to hear web pages render like UIs do in movies. */ const audioCtx = new (window.AudioContext || window.webkitAudioContext)() const observer = new MutationObs

    Listen to your web pages
    nagayama
    nagayama 2020/02/19
    DOMが変更されると音が聞こえるスクリプトかわいい
  • 1