I know all the lyrics by heart! I really recommend giving it a listen.
Posts
Login to PostBrowsing public posts. Log in to see your friends feed and join the conversation.
Spidel
· 4 months ago
I love Albuquerque by Weird Al
Top Comment by
kattleprod
· 1 reaction
my fav weird al song and thats saying a lot :D
Eggs
· 4 months ago
iggy male
i greatly enjoy iggy male she is my favourite sinner tho i also like heat clit he is aclose second i dont really have anything big to say i just like iggy male
Zara Zelona
· 4 months ago
Jhariah
PLEASE PEOPLE LISTEN TO JHARIAH TRUST ME HE'S SO GOOD
https://www.youtube.com/@Jhariah
The main album I'd suggest is his most recent, being Trust Ceremony; each song is just so distinct it's amazing
https://www.youtube.com/playlist?list=PLNk2OQjYEkMaLPUzlvBuwfKb2-9QPTvd5
Besides, each song also tells a (from what I can tell) semi-connected story, and it's great!!
Top Comment by
Fopull
ADMIN
· 0 reactions
i’m gonna listen to everything in this blog soon >:0
Novaa
· 4 months ago
My Smash Bros Main(s)?
Tbh it's constantly changing, but I can tell u the few that I really enjoy playing as:
Sora
Cloud
Sephiroth
Lucina
Wario
Any variation of Link ^w^
Top Comment by
Zara Zelona
· 6 reactions
Fire lineup lowk I will judge a lil for Sora since fighting them can be a bit meh, but solid either way!
Novaa
· 4 months ago
Deko - Nu Radio
Listening to this album is like having a waterfall of skittles being poured onto you as you try to catch them with your mouth lol
Top Comment by
Fopull
ADMIN
· 2 reactions
listening to it in the car tomorrow >:3
Fopull
ADMIN
· 4 months ago
Link
i love to spam bombs and annoy my friends @Ordinary_Apple @EVIL FOPULL @Fopull But Old @Gambling Fopull
Top Comment by
Zara Zelona
· 5 reactions
This is true! Bomb sniping is fire!!
Eggs
· 4 months ago
what yopu are favourite pokemon
what title says what you are favourite pokemon tell me i wanna know or digimon if you prefer those guys
mine scolipede and buizel :]
Top Comment by
Spidel
· 1 reaction
Mine is probably leafeon
Gambling Fopull
· 4 months ago
My karma
Why did my karma get stolen? I got to 59 last night so I could be in top 3 and now I’m down to 57.
Top Comment by
Fopull
ADMIN
· 0 reactions
i deleted all the spam ones it was making the feed ugly
Zara Zelona
· 4 months ago
Azali
https://www.youtube.com/@AZALI00013
I really like the works of Azali, who dives into various different genres but still having that sound you'll immediately recognize!!
I honestly suggest listening to Voices From the True World II to it's entirety (https://www.youtube.com/playlist?list=PLhiKgYVYHcxBez9XTaOEk3oeAHkpkEsyc <-here), since it's rather short and a really great listen!
And, a honorable mention IS CHAOS CONSTRUCT, of which is in my top favorites! https://youtu.be/btAgNS3Zb_U?si=Zd46Le3Zg4YeeNTs
Top Comment by
Zara Zelona
· 5 reactions
https://youtu.be/6_tfys0CP4k?si=QpaRqrpUP9W1Tx0H I ALSO FORGOT TO INCLUDE TO DUST THOU SHALT RETURN, CRAZY COLLAB SONG HONESTLY
HoodlyTheOwl
· 4 months ago
chat who here likes abstragedy tadc?
i WILL be the healthy yuri artist on this site
Top Comment by
Fopull
ADMIN
· 0 reactions
cinema
bubbaboogs
· 4 months ago
hello everybody
hi
also buy the cool card im selling to fund my gambling ventures ok thank you bye
Top Comment by
Fopull
ADMIN
· 0 reactions
i’ll buy it twin ❤️
FopTestUser
· 4 months ago
Another profile customization template
Here's another custom css template for this current profile! @FopTestUser
Copy into custom css section when editing profile
:root {
--bg: #0a0015;
--surface: #12002a;
--border: #8800ff;
--accent1: #ff00ff;
--accent2: #00ffff;
--text: #ffffff;
--text-muted: #aa88cc;
}
@keyframes bgshift {
0% { background-color: #0a0015; }
50% { background-color: #000a20; }
100% { background-color: #0a0015; }
}
@keyframes borderglow {
0% { border-color: #ff00ff; box-shadow: 0 0 8px #ff00ff; }
50% { border-color: #00ffff; box-shadow: 0 0 8px #00ffff; }
100% { border-color: #ff00ff; box-shadow: 0 0 8px #ff00ff; }
}
@keyframes textglow {
0% { text-shadow: 0 0 8px #ff00ff; }
50% { text-shadow: 0 0 8px #00ffff; }
100% { text-shadow: 0 0 8px #ff00ff; }
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-6px); }
100% { transform: translateY(0px); }
}
body {
animation: bgshift 6s ease-in-out infinite;
background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,0,255,0.03) 2px, rgba(255,0,255,0.03) 4px);
}
.card { animation: borderglow 3s ease-in-out infinite; }
h1, h2, h3 { animation: textglow 3s ease-in-out infinite; }
.navbar { animation: borderglow 3s ease-in-out infinite; }
.btn { animation: borderglow 3s ease-in-out infinite; }
.btn:hover { transform: scale(1.05); }
.footer { animation: borderglow 3s ease-in-out infinite; }
Fopull
ADMIN
· 4 months ago
My current custom profile css
Feel free to take my current css, modify it, do whatever! I just hope this encourages more people to experiment with it :3
copy the following text and paste it into the custom css section when editing your profile:
:root {
--bg: #060005;
--surface: #120008;
--border: #7a0020;
--accent1: #c0002a;
--accent2: #e03060;
--text: #f0d0d8;
--text-muted: #7a4050;
}
@keyframes bloodpulse {
0% { background-color: #0f0008; }
50% { background-color: #060005; }
100% { background-color: #0f0008; }
}
@keyframes redglow {
0% { border-color: #7a0020; box-shadow: 0 0 6px #7a002066, 0 0 14px #3a001044; }
50% { border-color: #c0002a; box-shadow: 0 0 10px #c0002088, 0 0 22px #7a002055; }
100% { border-color: #7a0020; box-shadow: 0 0 6px #7a002066, 0 0 14px #3a001044; }
}
@keyframes eyeglow {
0% { text-shadow: 0 0 8px #9a0025bb, 0 0 20px #6a001544; }
50% { text-shadow: 0 0 14px #c0002acc, 0 0 30px #8a002066; }
100% { text-shadow: 0 0 8px #9a0025bb, 0 0 20px #6a001544; }
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-5px); }
100% { transform: translateY(0px); }
}
@keyframes flicker {
0%, 95%, 100% { opacity: 1; }
96% { opacity: 0.92; }
97% { opacity: 1; }
98% { opacity: 0.88; }
99% { opacity: 1; }
}
body {
animation: bloodpulse 5s ease-in-out infinite;
background-image:
repeating-linear-gradient(
0deg,
transparent,
transparent 3px,
rgba(150, 0, 20, 0.025) 3px,
rgba(150, 0, 20, 0.025) 4px
);
}
.navbar {
animation: flicker 10s infinite;
background: linear-gradient(90deg, #060005, #120008, #060005) !important;
border-bottom: 2px solid #7a0020 !important;
box-shadow: 0 2px 16px #5a001599;
}
.footer {
background: linear-gradient(90deg, #060005, #120008, #060005) !important;
border-top: 1px solid #7a0020 !important;
}
.card {
animation: redglow 4s ease-in-out infinite;
background: linear-gradient(135deg, #120008 0%, #080005 100%) !important;
}
h1, h2, h3 {
animation: eyeglow 4s ease-in-out infinite;
letter-spacing: 2px;
}
.btn {
border-color: #7a0020 !important;
color: #e03060 !important;
background: transparent !important;
transition: all 0.2s !important;
}
.btn:hover {
background: #7a002033 !important;
border-color: #c0002a !important;
color: #f0d0d8 !important;
transform: scale(1.03);
box-shadow: 0 0 10px #c0002066;
}
img[style*="border-radius:50%"] {
animation: float 4s ease-in-out infinite;
box-shadow: 0 0 14px #9a002077, 0 0 28px #5a001044;
}
a {
color: #e03060 !important;
-webkit-text-fill-color: #e03060 !important;
}
a:hover {
color: #f08090 !important;
-webkit-text-fill-color: #f08090 !important;
text-shadow: 0 0 6px #c0002066;
}
hr {
border-image: linear-gradient(90deg, transparent, #7a0020, #c0002a, #7a0020, transparent) 1;
}
input, textarea, select {
background: #0f0007 !important;
border-color: #7a0020 !important;
color: #f0d0d8 !important;
}
Fopull
ADMIN
· 4 months ago
I loooove Stomach Book
Fopull
ADMIN
· 4 months ago
UPDATE 0.1.0
Changes:
-
new currency: Fobucks. More info below
-
you can now buy and sell cards with Fobucks on the user-ran marketplace ( https://fopull.com/marketplace )
-
you can now buy card packs with Fobucks
-
email 2-factor-authentication implemented & mandatory to prevent bots / spam accounts
-
advanced settings added in Profile -> Edit Profile -> Advanced Settings ( https://fopull.com/profile/advanced )
Info:
Fobucks:
- you get fobucks for each karma point you earn. Fobucks are calculated once on a daily basis to prevent farming reactions for karma and likewise Fobucks.
Email 2FA / Advanced Settings:
-
if you have never verified your email before, you will have the option to change your email. after verifying your email for the first time, you will never have this option again so please make sure you change it to your actual usable email if you do.
-
if you dont like doing 2fa a lot, you can chose to remember the device for 30 days so you dont have to keep doing it. you can manage your trusted devices in advanced settings ( https://fopull.com/profile/advanced )
Spidel
· 4 months ago
Crts
I love my old cathode Ray Tubes!!!
Top Comment by
Fopull
ADMIN
· 0 reactions
thats so peak i want a crt so bad it would be fun to develop pixel art games on them
Gambling Fopull
· 4 months ago
Went to school
First time in 2 weeks I’ve gone to school. Overrated as fuck
Eggs
· 4 months ago
bunnies
🐰🐰🐰🐰🐇🐰🐰🐇🐇🐇🐰🐇🐰🐇🐰🐇🐇🐇🐰🐇🐇
Top Comment by
Zara Zelona
· 0 reactions
THIS IS THE BEST POST I'VE EVER 5READ EVER OMG!!@@!!
Zara Zelona
· 4 months ago
P.I.L.O.T 3-56, The Ace of Spades
S. Corp: Sword and Shield, a corporation that specializes in: arms dealing, private contracts and enforcement of Nexus law. Their logo is two circles, one bigger one smaller. It has a shield in the smaller circle, the shield having a sword on it. Between the two circles there is the text "Veni Vidi. Vici."; this is fairly self explanatory.
T. Corp: Trinity Corporation, a corporation divided into three sections: the Mind Division (Neurological studies. Mainly attempting to copy memories from one brain to another. Once a noble effort to preserve one's life, now exploited by S. Corp to essentially program efficient killing machines.), the Body Division (Studies on cloning one's body, along with changing the structure from the previous body to create a completely new person. They often worked with the Mind Division to move a subjects memories onto their newly made clone; or, to give it false memories to live as it's own person. This was eventually exploited, and spiraled out of control as they kept changing all the wrong things; making monsters in the process.) and the Soul Division (Specialists in what is considered "supernatural"; they would interact with various entities or items of which had some sort of strange properties. They'd attempt to harvest whatever it was they had to utilize for research in the two other divisions. These would be devices that would make the cloning process simpler, or would help transfer more memories without the loss of a few of them. Later exploited to create weapons of war, and eventually the final P.I.L.O.T.)
P3-L56, often regarded as the "Ace" up S. Corps sleeve. A joint effort between T. Corp and S. Crop (After S. Corp bought out T. Corp from it's original CEO), meant to be the most effective and versatile killing machine. Produced in limited amounts, last of it's kind.
It remains the "Ace" and pride of Sword and Shield. Now confined within a card, trapped with growing rage. Rage guided towards one rabbit...
Top Comment by
Fopull
ADMIN
· 0 reactions
ok dis one’s my favorite i freaking love this is sick :DD !!
Novaa
· 4 months ago
First post :D
Yo! So I guess u can post stuff on ur profile now. Pretty lit!
Not really sure what I'll be doing on here, but I look forward to interacting with everyone ^_^
More posts to come soon!
Top Comment by
Fopull
ADMIN
· 1 reaction
haiiii !!!! welcome to foverse !! :333 feel free to post about anything u want !