@ -2,6 +2,7 @@
let URLObj = new URL(location.href)
console.log(URLObj)
if( document.querySelector("#readme table tbody")) {
let audio_player = new Audio()
audio_player.setAttribute('autoplay', 'true')
@ -29,3 +30,4 @@
}
})