Autoplay Youtube Music

I figured this out by perusing the code at encounters-ltd @ neocities

Step 1: go to Youtube. Under your video, click Share > Embed, and copy the code in the box. It'll say something about iframes.

Step 2: paste it into the body section of your webpage

Step 3: edit the code. Set width and height to 0, so the video will not appear visually on the page.

Step 4: Now, edit the youtube url. Add "?&autoplay=1" to the end. So, from

"https://www.youtube.com/embed/mMawfy7mgrs"
to
"https://www.youtube.com/embed/mMawfy7mgrs?&autoplay=1"
This will make the music autoplay.

Step 5: Sweet work!