1 2 3 4 5 6
<!DOCTYPE HTML> <html> <body onload="document.getElementById('a').setAttribute('poster', '#');"> <audio controls id="a"> </body> </html>