Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stinky7thgraders authored Mar 1, 2024
1 parent b131993 commit 8a0c20b
Showing 1 changed file with 6 additions and 51 deletions.
57 changes: 6 additions & 51 deletions Assests/JS/index.js
Original file line number Diff line number Diff line change
@@ -1,47 +1,10 @@
var says = [
"Is That a Railin Reference?",
"Please Stop Being Racist In The DISC0RD",
"tinyurl.com/RailinDev",
"Your one and only Unbl0cked Playground",
"I hate working on railin",
"Better than Bypass",
"GD 2.2 OCTOBER 2023!!!",
"yowoodTodd",
"Bot",
"RAILIN 2.0!",
"stop asking where disc0rd is. its in widgetbot",
"blogs was usless",
"so was secrets",
"Tempus fugit โฐ",
"yes its open-source",
"no you shouldnt skid it",
"what do i add?",
"*you're* ๐Ÿ‘†๐Ÿค“",
"idk how many games are in this lol",
"optimized by ChatGPT",
"archiving piksulh soon",
"Cooper thanks for loving railin!",
"i cant use fontawesome because of you guys :(",
"LunarOS ๐Ÿ”›๐Ÿ”",
"i need ads on this site cuz i need money ๐Ÿ˜ฎ",
"uh",
"my coder friends copying me and hes better at coding then me",
"Schools Pretty Boring",
"This Websites Trash",
"i took too long making this :(",
"AOSUDHASIUD4u3ghiuj34hgi34gH",
"hotline bling",
"all 1v1lol's are blocked at my school",
"the person who made this websites pretty cool",
"what day is it?",
"fortnite battl pass",
"i made this on the weekend :((((",
"hiiii aiden :)",
"i hate myself",
"im in love with a emo gorl ๐Ÿ’…",
"amog",
"๐Ÿ’€",
"hey e-kitten",
"9th grade is smelly",
"7th grade is stinky",
"8th grade smells like landon's farts",
"10th grade is STANK",
"11th grade is Poop",
"12th grade is fine since they have Rhett"
];

function splashText() {
Expand All @@ -51,12 +14,4 @@ function splashText() {

document.addEventListener("DOMContentLoaded", (event) => {
splashText();

fetch("https://ipv4.wtfismyip.com/json")
.then((response) => response.json())
.then((data) => {
ipAddress = data.YourFuckingIPAddress;
says.push(`umm your ip: ${ipAddress}`);
splashText();
});
});

0 comments on commit 8a0c20b

Please sign in to comment.