Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
added tips to their own file
Browse files Browse the repository at this point in the history
  • Loading branch information
M1dnight-ofcl committed Jun 23, 2024
1 parent 8bdefe4 commit 59e3c0c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 43 deletions.
45 changes: 2 additions & 43 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ <h1>Did you really want to close?</h1>
<button onclick="stopShowing()" id="cc_dsa">Don't Show Again</button>
</div>
<!-- <object class="gameslist" data="/scripts/games.json"></object> -->
<script type="text/babel" src="/scripts/games.js"></script>
<script src="/scripts/games.js"></script>
<script src="/scripts/tips.js"></script>
<script type="text/babel" src="/scripts/SDK.jsx"></script>
<script type="text/babel" src="/scripts/firebean.jsx"></script>
<script type="text/babel" src="/scripts/cmd.jsx"></script>
Expand All @@ -126,48 +127,6 @@ <h1>Did you really want to close?</h1>
}
const bootimg=document.getElementById("boot");
const tipElm=document.getElementById("lsTips");
const tips=[
"There are tons of easter eggs in CMD; Try to find them all",
"Did you know Boston is also called Beantown? Just me? oh...",
"I actually have a youtube! Please subscribe, I want to buy new cymbals for my drums but I have a bank balance of $-2.59",
"Are you reading these?",
"Ancient Greece used to elect public officials with beans! Another reason to love them",
"Pythogoras hated beans. Stupid, robe wearing triangle guy; he doesn't have the right to an opinion",
"Beans on toast are good, I don't care what you say",
"British people are very scary",
"run 'secret' in DOS; I dare you",
"You know this project is open source? yeah, you can f**k it up in any way you want",
"I spent 4 hours on this update please follow my socials",
"Half the sh*t here is like an bean-themed aldi version of actual apps",
"Tell your friends about Beansite! (I need money)",
"Adsense rejected me :(",
"pringles",
"Lorem ipsum dolor sit amet",
"Beans",
"Hello, World!",
"scrotum :P",
"Sub to my yt pls",
"balls",
"Sorry about loading speeds, this project is HUGE!!",
"beans beans beans. jessie ate some beans. he was happy, happy, happy that he ate some beans",
"kurt cobian once wrote a song about beans (yes, he was sober)",
"Hi",
"Hola",
"Fuck Google Adsense im switching to Adinplay",
"Maybe ill get ads some day. if i do, i promise i wont spam. im not that greedy",
"i think you should be in class, buddy",
"skibidi",
"skibidi toilet",
"sigma alpha male",
"skibidi toilet sigma alpha male livvy dunne and baby gronk fanum tax rizz ohio",
"im slowly losing all braincells",
"sometimes you need to close a door to open a window",
"my brother said im on the spectrum",
"dont call me selfish, i aint sharin",
"this 60/40 isnt working. i want a 100 of your time. your mine",
"remember, if yall wants game scroll to the bottom of BeanPowered I do requests yk",
"js ask me for games and ill add em."
]
shuffle(tips);
var i=0;
tipElm.innerHTML=tips[Math.floor(Math.random()*tips.length)];
Expand Down
43 changes: 43 additions & 0 deletions scripts/tips.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
const tips=[
"There are tons of easter eggs in CMD; Try to find them all",
"Did you know Boston is also called Beantown? Just me? oh...",
"I actually have a youtube! Please subscribe, I want to buy new cymbals for my drums but I have a bank balance of $-2.59",
"Are you reading these?",
"Ancient Greece used to elect public officials with beans! Another reason to love them",
"Pythogoras hated beans. Stupid, robe wearing triangle guy; he doesn't have the right to an opinion",
"Beans on toast are good, I don't care what you say",
"British people are very scary",
"run 'secret' in DOS; I dare you",
"You know this project is open source? yeah, you can f**k it up in any way you want",
"I spent 4 hours on this update please follow my socials",
"Half the sh*t here is like an bean-themed aldi version of actual apps",
"Tell your friends about Beansite! (I need money)",
"Adsense rejected me :(",
"pringles",
"Lorem ipsum dolor sit amet",
"Beans",
"Hello, World!",
"scrotum :P",
"Sub to my yt pls",
"balls",
"Sorry about loading speeds, this project is HUGE!!",
"beans beans beans. jessie ate some beans. he was happy, happy, happy that he ate some beans",
"kurt cobian once wrote a song about beans (yes, he was sober)",
"Hi",
"Hola",
"Fuck Google Adsense im switching to Adinplay",
"Maybe ill get ads some day. if i do, i promise i wont spam. im not that greedy",
"i think you should be in class, buddy",
"skibidi",
"skibidi toilet",
"sigma alpha male",
"skibidi toilet sigma alpha male livvy dunne and baby gronk fanum tax rizz ohio",
"im slowly losing all braincells",
"sometimes you need to close a door to open a window",
"my brother said im on the spectrum",
"dont call me selfish, i aint sharin",
"this 60/40 isnt working. i want a 100 of your time. your mine",
"remember, if yall wants game scroll to the bottom of BeanPowered I do requests yk",
"js ask me for games and ill add em.",
"WHAT THE FUCK IS A KILOMETER"
]

0 comments on commit 59e3c0c

Please sign in to comment.