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
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:
Sad Trombone - Gaming Sound Effect (HD), https://www.youtube.com/watch?v=CQeezCdF4mk
Sad Violin - Sound Effect (HD), https://www.youtube.com/watch?v=7ODcC5z6Ca0
Sad Emotional Piano Music - Gaming Background Music (HD), https://www.youtube.com/watch?v=i3MJ5loj0Bg
The Price is Right Losing Horn - Gaming Sound Effect (HD), https://www.youtube.com/watch?v=_asNhzXq72w
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
Oops looks like sounds are randomly chosen. thanks to theawesome98 for pointing this out. All of the banned sounds:
Sad Trombone - Gaming Sound Effect (HD), https://www.youtube.com/watch?v=CQeezCdF4mk
Sad Violin - Sound Effect (HD), https://www.youtube.com/watch?v=7ODcC5z6Ca0
Sad Emotional Piano Music - Gaming Background Music (HD), https://www.youtube.com/watch?v=i3MJ5loj0Bg
The Price is Right Losing Horn - Gaming Sound Effect (HD), https://www.youtube.com/watch?v=_asNhzXq72w
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
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
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
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()
}}