GoatseAddict's profile

January 21st, 2025
2 weeks ago
Made Average Rating
21 -1.57
Total Created Average Score
8 (2.36) 
Made Received
$0.00 $0.00

recent activity

when activity
2 weeks ago GoatseAddict searched for "goyim".
2 weeks ago GoatseAddict searched for "based".
2 weeks ago GoatseAddict searched for "based".
2 weeks ago GoatseAddict searched for "based".
2 weeks ago GoatseAddict searched for "based".

most recent sites

title views votes rating creation
?make ytmnds offline with an open source tool - http... 55 2 (3.00)  2025-01-23
?(nsfw) lemon party AI enhanced takes a swim with ... 71 4 (3.00)  2025-01-23
?ytmnd.com is boring as fuck. i don't see its a... 55 3 (2.33)  2025-01-23
?(nsfw) The Mother of the MP3 Suzanne Vega pay... 66 3 (2.33)  2025-01-23
?(nsfw) Leonard Cohen stuffs his anus with 3 dragon... 75 3 (2.33)  2025-01-22

highest rated sites

title views votes rating creation
?(nsfw) lemon party AI enhanced takes a swim with ... 71 4 (3.00)  2025-01-23
?make ytmnds offline with an open source tool - http... 55 2 (3.00)  2025-01-23
?(nsfw) Leonard Cohen stuffs his anus with 3 dragon... 75 3 (2.33)  2025-01-22
?(nsfw) The Mother of the MP3 Suzanne Vega pay... 66 3 (2.33)  2025-01-23
?ytmnd.com is boring as fuck. i don't see its a... 55 3 (2.33)  2025-01-23

recent comments

January 26th, 2025
On on the site ?Do you member?
tomorrow pichu is going to resetup the heliohost and we can post sites there.
January 26th, 2025
I didn't even know you liked Future Funk, I have a huge colleciton of it.
January 25th, 2025
On on the site ?(nsfw) Anime
i am running scripts to download ancient ytmnd assets and i reverse image searched the asset to find this site.

Thank you pichu for wrting this awesome code to download YTMND assets

[code]#!/bin/bash
export OPENSSL_CONF=/etc/ssl/

read -p "start at what asset number " -e CHECKSTART
read -p "end at what asset number " -e CHECKEND

# subtracts the end from the start to see how times it loops
count=$(expr $CHECKEND - $CHECKSTART)
# bellow adds +1 to the number to make sure it loops full number, like grabbing 120 instead of stopping the loop at 120
count=$(expr $count + 1)

for i in $(seq $count)
do
echo $CHECKSTART
url="https://ytmnd.com/assets/$CHECKSTART"
wget --no-check-certificate --header="Accept: text/html" --user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0" $url -O site
downloadurl=$(grep -oP '(?<=<div class="asset_value"><a href=").*?(?=" id="asset_url" title=")' site)
#takes the basename from the url for using curl to save file
filename=$(basename $downloadurl)
curl "$downloadurl" -o $filename
# adds number to the asset number as it goes threw the loop
CHECKSTART=$(expr $CHECKSTART + 1)
# deletes the downloaded site profile as it goes threw a cycle of them
rm site
# random number to pause between 1 and 20 seconds
pause=$((1 + RANDOM % 3))
echo $pause
sleep $pause
done[/code]
January 23rd, 2025
i haven't used it actively since 2020. I may make one site per year since 2020.
January 23rd, 2025
The shock images I posted have a historical origin on YTMND from now banned user Suzanne being the first to post memes about Leonard Cohen and Suzanne Sommers being addicted to goatse. This person "suzanne" started the memes and it was liked by both Nickelodeon and me in their prime time. I was in such awe by their shitposting that I return years later to mimic it. It had nothing to do with pissing off Nickelodeon I was just trying to laugh at Suzanne's aesthetic of goatse, eurobeat, leonard cohen all fused together. It always cracks me up.

Offtopic from that I have a full collection of every YTMND meme site I have ever made offline and easily viewable, probably close to a 1000.
https://i.imgur.com/BAFbrpw.png

its 12 gigs in total I think.

The point I'm trying to stress is Pichu's offline open source site creator/downloader is the reason I no longer come here. If not for t hat I would be desperately fighting to stay here and ass kiss max. I don't care about this website anymore, I evolved beyond it. Take care Raziya and Nick I have no reason to be upset with you. Nickelodeon will have this website all to himself and he is also welcome to try the site creator.

Site URLs are added like

file:///home/username/Pictures/myimage.gif
file:///home/username/Audio/mysong.mp3
and then the page is saved as html