the-owlsss's avatar

@the-owlsss
Beta tester

i do graphic design or something
Wall

pinned post time :D

Hi there, I’m Mr_Owlsss or O-the-Owl, whichever one is fine

I’m a bisexual non-binary

uh i dont know what else to add

I make websites and graphic design tho

you should follow @theawesome98 (now @lilly)

http://internetometer.com/give/50934

8 0 4

I think there should be two terms each, just not back to back

My suggestions for the site election:

  • 2nd place candidate becomes the VP

  • New election every year

  • Only 1 term allowed

  • President and VP get to have a special spot at the top of the leaderboard on the explore page as “site government” (jeffalo as well, he’s the king). Maybe admins too

  • President gets to be a part of admin decisions (they’re not an admin but they get to be in the loop with the admins)

I think it would be really cool if this happened.

I made another thing, called more-images. It basically adds more images in a post with the syntax “{img}imgURL”

For example,

{img}https://cdn.discordapp.com/attachments/1261037893426610256/1266559871457951745/icon500.png?ex=66a5974c&is=66a445cc&hm=bba126c0bfcc245a05ed134c6fdfc4dc2be41fc9a09eebf9ec2a9e69e55b68e6&

This solves LITERALLY nothing, but eh why not.

Ill condense this entire chrome extension into a userscript in a couple days (for real this time, including the leaderboard pin)

PS: If you ever go to my wall and see random image syntaxes that was me testing this

PPS: Yes enabling and disabling plugins actually works, I did not specify this in the original post

I’m making a thing called Wasteof Plugin’s which aims to be basically Vencord but for Wasteof.money, and it actually works

4 0 4

I’m making a thing called Wasteof Plugin’s which aims to be basically Vencord but for Wasteof.money, and it actually works

I hate discussion based assessments bro

I know what I’m being quizzed on, but when I try to remember it during, my mind is blank for some reason.

My fellow Americans, I would like to take this moment to apologize for my misunderstanding. I mistook Auriali’s previous posts as their manifesto (I was tired), so I would like to correct my previous statement. The things Auriali has said about what they would do is likely disingenuous.

If you elect me, as I said, you will get free waffles and pancakes on Sunday, which will give you energy, which will prevent you from making the same mistake I did on this day.

🚨 BEEP BEEP UH OH STINKY!!! FACT CHECK 🚨

Auriali has not published their manifesto yet. There are plans to release it tomorrow. Any statements regarding the manifesto at this time are pure speculation. The Auri24 campaign will continue to give straight facts to the users of wasteof. We’re not in the funny business, we’re in the silly business!

@auriali is being dishonest in their manifesto. If you elect me as president, not only will I try to make this country a better place for everyone, I’ll make both waffles and pancakes are free on Sundays, and french toast sticks half off!

3 0 7

@auriali is being dishonest in their manifesto. If you elect me as president, not only will I try to make this country a better place for everyone, I’ll make both waffles and pancakes are free on Sundays, and french toast sticks half off!

This confirms that Auriali is out of the race because how the fuck do you compete with this

ok, so hear me out…

12 3 4

Ong y'all should elect me as the Democratic candidate instead of Auriali

wasteof colors

ANGLE ON: Barry wearing the sweater he picked, looking in the wasteof colours and a half.

guys im gonna be battling @auriali to become the democratic candidate this thursday since biden dropped out

honestly they should just completely rewrite windows instead of layering updates on top of each other. maybe they could call it window 2.0 or something

oh wait

handy script i wrote just now

function classlistify(classes) {
    classes = classes.split(" ");
    let allclasses = "";
    classes.forEach((item) => {allclasses = allclasses+`classList.add("${item}");\n`});
    console.log(allclasses);
}
classlistify("bg-white dark:bg-gray-700 p-4 mb-2 rounded-xl flex cursor-pointer hover:bg-white transition-colors");