@oren

If it doesn't glorify God, it doesn't even matter.
Wall

figured out how to get the admin messages api

const token = document.cookie.split("=")[1];
fetch('https://api.wasteof.money/messages/admin', {
    headers: {'Authorization': token}
})
    .then(res => res.json())
    .then(data => {console.log(data)})

For about 18 hours, one could have bought a hoodie with the wasteof logo

and that's how the WOM hoodie (unofficial) was made

https://my-store-c66343.creator-spring.com/listing/wasteof-money-hoodie

EDIT: UNAVAILABLE AS PER JEFFALO'S REQUEST

zamn my merch idea from forever ago suddenly got on home, thx

Mar 26, 2022, 2:41 AM
3 1 4

also I found a new api url: https://api.wasteof.money/messages/admin

presumably (EDIT: confirmed) it gives you your admin messages. i will probably add it in to wasteof-client soon

Oops looks like sounds are randomly chosen. thanks to theawesome98 for pointing this out. All of the banned sounds:

If you are an admin:

Also the sound is different now. Link: https://www.youtube.com/watch?v=_asNhzXq72w

This is what it looks like if you’re banned from wasteof:

Link to the violin music: https://www.youtube.com/watch?v=7ODcC5z6Ca0

I’m not banned on any of my accounts btw

Apr 5, 2022, 7:06 PM
4 1 1
Apr 7, 2022, 5:14 PM
3 1 1

Oops looks like sounds are randomly chosen. thanks to theawesome98 for pointing this out. All of the banned sounds:

If you are an admin:

Also the sound is different now. Link: https://www.youtube.com/watch?v=_asNhzXq72w

This is what it looks like if you’re banned from wasteof:

Link to the violin music: https://www.youtube.com/watch?v=7ODcC5z6Ca0

I’m not banned on any of my accounts btw

Apr 5, 2022, 7:06 PM
4 1 1

Yeah

What if I’m not cringe and don’t code in Python? L

#prove that you know how to program by responding with the correct code

tip = "print(...)"

This is a problem. Jeffalo will have to provide the private keys if you want to implement oauth

so for those of you making native wasteof clients, how does login work?

eg. how do you allow people to login via github/google?

ratio

Since I'm late to the party, will someone please explain what the heck “ratio” means on here?

I could probably convince my dad to pay for the Apple developer fees

👀

same but for iOS

So I may or may not be in the process of building a small native Android app for wasteof.money 😳

If you are an admin:

Also the sound is different now. Link: https://www.youtube.com/watch?v=_asNhzXq72w

This is what it looks like if you’re banned from wasteof:

Link to the violin music: https://www.youtube.com/watch?v=7ODcC5z6Ca0

I’m not banned on any of my accounts btw

Apr 5, 2022, 7:06 PM
4 1 1

check out my new website: https://oren-lindsey.github.io/posts-per-hour/

It shows a chart of the number of scratch forum posts in the last day

Wasteof combined with tiktok

Today im in Richmond Virginia

Imagine having the default pfp

Today in 1976, Apple computer was founded by Steve jobs and Steve wosniak. The greatest company of all time (except maybe Tesla)

Now he's just admin again

Bit of mildly interesting wasteof trivia: back like 8 months ago jeffalo had both verified and admin badges. Then he changed it to just admin. Now he has both again. Personally i don't see why you'd have both but idk

this is the code for jeffalo’s newest button:

function(){let button = document.querySelector("#__layout > div > main > div.bg-gray-100.dark\\:bg-gray-800.w-full.pt-28.md\\:pt-16.banner.group > div > div.container.mx-auto.px-4.py-2.pb-2 > a:nth-child(4)")

button.innerText=(parseInt(button.innerText) || 0) +1

if(parseInt(button.innerText) > 68) {
   //document.location.href = 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'
   $nuxt.$auth.user.permissions.banned = true
   document.querySelector("#__layout > div > nav > div > div.flex.w-full.md\\:w-1\\/2.justify-center.md\\:justify-start.text-white.font-extrabold > a").click()
}}
Mar 29, 2022, 8:25 PM
3 1 0