Advertisement
Stiv97

Untitled

Apr 4th, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.addEventListener("DOMContentLoaded", () => {
  2.     setTimeout(() => {
  3.         document.getElementByTagName("audio")[0].start();
  4.     }, 3000);
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement