Adam

Adam's profile picture

"Almost christmas break"

16 American Canadian Tunisian

Last active:

Mood: doing homework

View my: Blog | Forum Topics

SpaceHey URL:

https://spacehey.com/profile?id=2609822

Adam's Interests

General

html { cursor: url('path/to/your.ico'), default; }

Music

I listen to a lot of music most of my day I have music in my iPod itz epic lol but I like to listen to music depending on what vibe im feeling and if i wrote a list of all the music I listejn to it would break the Spacehey Servers lmfao (see the reference I did there)

Movies

Comedy I love collecting films in disks too

Television

Death Note Original Anime Subbed Serial Experiments Lain Subbed SouthPark The Simpsons Futurama Family Guy Beavis and Butthead American Dad Drawn Together Fugget About It Total Drama Island Super Mario Logan Old Smosh I watch Class of '09 as if its a show RIP Nicole we'll miss your rude satire humor, your a role model and now I shittalk my teachers and classmates to their faces too

RIP Nicole

Nicole Class Of 09 Rip GIF

Books

Death Note Manga and every Death Note book Diary of a Wimpy Kid collector Do I look like I read for fun?

Heroes

Adam's Latest Blog Entries [View Blog]

Bedroom Tour (view more)

Leaving for xmas break (view more)

thought this looked cool felt like something from myspace (view more)

Whats the point of the week before finalz (view more)

Finals are next week (view more)

Adam's Blurbs

About me:

In 7th grade i learnt HTML and now I can do kool shit like this iHeart the 2000s and 2010s thats why I got that '09 SWAG I also love collecting tech and media from the time I have a Wii, PS2, Xbox 1 PC and Switch my laptop's a sleeper so it looks like its from 2012 but it runs Win11 and has new parts I also covered it in stickers helping the old school aesthetic I dont use Spotify I use my Sandisk mp3 player I had a Shein mp3 player before it but it broke and before that an '05 iPod nano that was disabled by update 5.1.1. BEWARE OF THE UPDATE. I LOVE collecting my room is just a 2000s 2010s collection love to put some images up later I keep buying shit to put up in my collection Im on Spacehey bcs itz like MySpace but not bankrupt and gone I LOVE making videos I used to make YouTube videos but eventually I didnt have the time for that but I wanna go back to making 'em this summer Wii Pointer #1 Tilt Normal

Swimming fish

Who I'd like to meet:

SMOSH SML and other youtubers would be kool Audio Fade-In // Function to fade in audio function fadeInAudio(audioElement, duration) { let volume = 0; audioElement.volume = 0; // Start volume at 0 const fadeInterval = 50; // Time between each volume increment (in milliseconds) const step = fadeInterval / duration; // Calculate how much to increase volume at each interval const fadeIn = setInterval(() => { if (volume < 1) { volume += step; if (volume > 1) volume = 1; audioElement.volume = volume; } else { clearInterval(fadeIn); // Stop when volume reaches 1 (max) } }, fadeInterval); } // Delay the audio playback by 5 seconds setTimeout(() => { const videoPlayer = document.getElementById('videoPlayer'); videoPlayer.src += "&autoplay=1"; // Start the video after delay const iframeWindow = videoPlayer.contentWindow; iframeWindow.postMessage('{"event":"command","func":"playVideo","args":""}', '*'); // Play the video // Assuming volume control works, fade in the audio over 5 seconds (5000 milliseconds) fadeInAudio(iframeWindow, 5000); }, 5000); // 5-second delay

Adam's Friends Comments

Displaying 0 of 0 comments ( View all | Add Comment )