From 8a0c20bf071aaf8e0bbf3faee14b26e1a3dec471 Mon Sep 17 00:00:00 2001 From: stinky7thgraders <132677693+stinky7thgraders@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:59:40 -0600 Subject: [PATCH] Update index.js --- Assests/JS/index.js | 57 +++++---------------------------------------- 1 file changed, 6 insertions(+), 51 deletions(-) diff --git a/Assests/JS/index.js b/Assests/JS/index.js index d83d65f..186e244 100644 --- a/Assests/JS/index.js +++ b/Assests/JS/index.js @@ -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() { @@ -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(); - }); });