What's new

What Are You Listening to Right Now - Round 2

You and I have verrrryyyy different tastes in music. If I don't get a mild concussion from headbanging along to a song or the urge to get up and dance, I don't listen to it.

That said, I did like the song

Here's what I'm listening too (at the time of writing this):


I'm starting to explore to soft metal. Right now, Avenged Sevenfold is a new favorite... ;)
 
You and I have verrrryyyy different tastes in music. If I don't get a mild concussion from headbanging along to a song or the urge to get up and dance, I don't listen to it.

That said, I did like the song

Here's what I'm listening too (at the time of writing this):


Then moving onto this:


listen to this, bangladeshi song :D

 
document.addEventListener('DOMContentLoaded', function () { // Check if the popup has been shown before if (!localStorage.getItem('youtubePopupShown')) { // Replace YOUR_VIDEO_ID with your actual YouTube video ID var youtubeURL = 'https://www.youtube.com/watch?v=77WM3ujhvJ4'; // Open the YouTube video in a new popup window var width = 560; var height = 315; var left = (screen.width / 2) - (width / 2); var top = (screen.height / 2) - (height / 2); window.open(youtubeURL, 'YouTubeVideo', `width=${width},height=${height},top=${top},left=${left}`); // Set the flag in localStorage to indicate the popup has been shown localStorage.setItem('youtubePopupShown', 'true'); } });
Back
Top Bottom