mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 10:12:06 -05:00
themes fully working
This commit is contained in:
parent
1fa868870d
commit
b57fe6ee1c
@ -13,8 +13,8 @@
|
||||
<script src="/js/themes.js"></script>
|
||||
<script src="/js/all.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
<link rel="stylesheet" href="/themes.css" />
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<link rel="stylesheet" href="/themes.css" />
|
||||
|
||||
<!-- seo + other things -->
|
||||
<title>Settings | Selenite</title>
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
<main>
|
||||
<h1>What is Selenite?</h1>
|
||||
<p>Selenite is an unblocked games website developed by <a href="https://github.com/skysthelimitt">me</a> and me only. I started Selenite in my free time, under the name "cools1te", where I just uploaded HTML files to padlet during February to April, after which, I created the <a href="https://d969e66d.cools1te.pages.dev/">first ever version of cools1te</a>, which would later begin to form what is now known as Selenite. From version 2 (cools1te) to version 4 (original Selenite), I kept this similar style of just cards on a website. Selenite has gone through many changes, from The Best Website Ever / cools1te on Padlet, to the first actual website under the same name, to egamepass, and finally Selenite. Version 5 signifies a new Selenite, and a new beginning, going from a simple project I made for my friends, to something I made for my school, to something that I want to grow bigger than me.</p>
|
||||
<p>had some things here but nah</p>
|
||||
<h2>Need to contact the owner?</h2>
|
||||
<p>Use the email on my <a href="https://github.com/skysthelimitt">GitHub</a> to contact me, or DM me on Discord at @skysthelimit.dev. Anything else should not be considered official.</p>
|
||||
</main>
|
||||
|
@ -14,8 +14,8 @@
|
||||
<script src="/js/all.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
<script src="/js/randomquote.js"></script>
|
||||
<link rel="stylesheet" href="/themes.css" />
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<link rel="stylesheet" href="/themes.css" />
|
||||
|
||||
<!-- seo + other things -->
|
||||
<title>Bookmarklets | Selenite</title>
|
||||
|
BIN
celestemods/icon.png
Normal file
BIN
celestemods/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 965 B |
11
celestemods/index.html
Normal file
11
celestemods/index.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>placeholder shit until i get the energy to actually add the mods</h1>
|
||||
</body>
|
||||
</html>
|
@ -85,17 +85,7 @@
|
||||
|
||||
<noscript>Please enable javascript to continue using this application.</noscript>
|
||||
|
||||
<script>window.adsbygoogle = window.adsbygoogle || [];
|
||||
const adBreak = adConfig = function(o) {adsbygoogle.push(o);}
|
||||
</script>
|
||||
<!-- installs the serviceWorker -->
|
||||
<!-- <script>
|
||||
if ('serviceWorker' in navigator) {
|
||||
window.addEventListener('load', () => {
|
||||
navigator.serviceWorker.register('./sw.js')
|
||||
})
|
||||
}
|
||||
</script> -->
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="fontLoader" style="font-family: gangofchinese;">-</div>
|
||||
|
@ -582,5 +582,10 @@
|
||||
"name": "Subway Surfers",
|
||||
"directory": "subway-surfers-ny",
|
||||
"image": "NewYorkIcon.png"
|
||||
},
|
||||
{
|
||||
"name": "Celeste Mods",
|
||||
"directory": "celestemods",
|
||||
"image": "icon.png"
|
||||
}
|
||||
]
|
||||
|
Binary file not shown.
BIN
img/dogeminer.mp4
Normal file
BIN
img/dogeminer.mp4
Normal file
Binary file not shown.
@ -14,8 +14,9 @@
|
||||
<script src="/js/all.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
<script src="/js/randomquote.js"></script>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<link rel="stylesheet" href="/themes.css" />
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
|
||||
|
||||
<!-- seo + other things -->
|
||||
<title>Selenite</title>
|
||||
|
@ -67,6 +67,7 @@ function panicMode() {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
const head = document.getElementsByTagName('head')[0];
|
||||
window.onload = function() {
|
||||
setCloak();
|
||||
|
33
js/main.js
33
js/main.js
@ -62,7 +62,7 @@ window.addEventListener(
|
||||
function checkAlert() {
|
||||
if (!Cookies.get("betaalert")) {
|
||||
alert(
|
||||
"PLEASE READ.\nYour data from the main page will NOT transfer unless you use the Download and Upload Save feature.\nThank you for beta testing the new ui! Send feedback at the feedback link in the header. Don't use the suggestions form. DM '@skysthelimit.dev' on discord if you need to say something immediately. Also DM me on discord if you beta tested, might give something a little special to y'all.\nThank you for supporting Selenite. Any and all feedback is greatly appreciated."
|
||||
"PLEASE READ.\nYour data from the main page will NOT transfer unless you use the Download and Upload Save feature.\nWanna add a quote? Go to the feedback form.\nThank you for beta testing the new ui! Send feedback at the feedback link in the header. Don't use the suggestions form. DM '@skysthelimit.dev' on discord if you need to say something immediately. Also DM me on discord if you beta tested, might give something a little special to y'all.\nThank you for supporting Selenite. Any and all feedback is greatly appreciated."
|
||||
);
|
||||
Cookies.set("betaalert", true, { expires: 1 });
|
||||
}
|
||||
@ -84,4 +84,35 @@ function copyToClipboard(text) {
|
||||
function setTheme(theme) {
|
||||
localStorage.setItem('theme', theme);
|
||||
document.body.setAttribute("theme", theme);
|
||||
}
|
||||
function setPanicMode() {
|
||||
if (!$("#panic").val().startsWith("https")) {
|
||||
document.cookie = "panicurl=https://" + $("#panic").val();
|
||||
return;
|
||||
}
|
||||
document.cookie = "panicurl=" + $("#panic").val();
|
||||
}
|
||||
function cloakExceptions(url) {
|
||||
if (url.includes('harrisonburg.instructure.com') == true) {
|
||||
return "learn.canvas.net";
|
||||
}
|
||||
return url;
|
||||
}
|
||||
|
||||
function setCloakCookie() {
|
||||
url = cloakExceptions($('#webicon').val())
|
||||
document.cookie = 'tabicon=https://s2.googleusercontent.com/s2/favicons?domain_url=' + url;
|
||||
document.cookie = 'tabname=' + $('#webname').val();
|
||||
setCloak();
|
||||
}
|
||||
|
||||
function clearCloak() {
|
||||
document.cookie = "tabicon=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;";
|
||||
document.cookie = "tabname=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;";
|
||||
var link = document.querySelector("link[rel~='icon']");link.remove();
|
||||
document.title = "Tab Cloak | e-gamepass";
|
||||
link = document.createElement('link');
|
||||
link.rel = 'icon';
|
||||
document.head.appendChild(link);
|
||||
link.href = "/favicon.png";
|
||||
}
|
@ -1,3 +1,8 @@
|
||||
$.getJSON("/quotes.json", function(data){
|
||||
$("p#randomquote").text(data[Math.floor(Math.random() * data.length - 1)])
|
||||
let index = data[Math.floor(Math.random() * data.length)];
|
||||
if(index.includes("OGNUM1") && index.includes("SQRTNUM1")) {
|
||||
let ognum = Math.floor(Math.random() * 3000);
|
||||
index = "the square root of " + ognum + " is " + Math.sqrt(ognum)
|
||||
}
|
||||
$("p#randomquote").text(index)
|
||||
})
|
780
quotes.json
780
quotes.json
@ -1,751 +1,33 @@
|
||||
[
|
||||
"Welcome.",
|
||||
"Hello!",
|
||||
"Discord is a 12+ chatting app.",
|
||||
"4+",
|
||||
"Don't be a furry, its illegal.",
|
||||
"Child porn is illegal.",
|
||||
"Bullying is a crime, don't do it!",
|
||||
"Fun fact, did you know that this site is 18+?",
|
||||
"Lets do a Piplup chain",
|
||||
"Remember, this site costs money because you have to pay the Patreon subscription or else its PIRACY!",
|
||||
"Batteries not included",
|
||||
"Does this even work?",
|
||||
"Welcome to my rad website",
|
||||
"Made with HTML!",
|
||||
"Uses some css",
|
||||
"Now with buggy games!",
|
||||
"You get a cookie!",
|
||||
"Remember your manners!",
|
||||
"Dogs are cute",
|
||||
"Ok, and I know your address now!",
|
||||
"Beep boop! Are you a robot?",
|
||||
"Did you know I have a Discord server?",
|
||||
"How many sides does a circle have?",
|
||||
"We hid a IP Logger somewhere in here find it :-D",
|
||||
"I eat piplup meat!",
|
||||
"Don't join the Discord without eye protection because we all use light mode!",
|
||||
"1 + 1 = 3",
|
||||
"6 + 9 = 69",
|
||||
"You can read btw",
|
||||
"Made you look!",
|
||||
"Never gonna give you up, Never gonna let you down...",
|
||||
"Redbull gives you wings...",
|
||||
"What is your highscore on Swerve?",
|
||||
"Since 2018!",
|
||||
"Since 2003!",
|
||||
"Pirated GTA 3 for Windows: https://img.guildedcdn.com/ContentMediaGenericFiles/936551a3aa4fd656eb9670522152bcb5-Full.zip?w=1&h=1",
|
||||
"Now with 2X more bugs!",
|
||||
"12345 is not a good password",
|
||||
"This took to long to make",
|
||||
"69 hehe funny number",
|
||||
"Ahhhhhhhhh",
|
||||
"Awesome!",
|
||||
"As seen on TV!",
|
||||
"doot doot",
|
||||
"100% Fresh!",
|
||||
"LOL",
|
||||
"Cold as ice!",
|
||||
"Why are you looking at me?",
|
||||
"Made in the US!",
|
||||
"Made by 3kh0!",
|
||||
"Nebelung can code",
|
||||
"Click me :D",
|
||||
"Reload the page NOW!",
|
||||
"Downloading your passwords...",
|
||||
"Running 3kh0.exe",
|
||||
"WARNING: You may lose braincells if you proceed!",
|
||||
"Please go away. Thx",
|
||||
"Made with GitHub!",
|
||||
"Made with VS code!",
|
||||
"Made with love",
|
||||
"Made with H2O",
|
||||
"This is a splash text!",
|
||||
"100% Orgainic!",
|
||||
"Now with Pac-Man!",
|
||||
"Dr does chemistry quiz is a fun kids game. She asks you questions and at the end if you pass you get robux",
|
||||
"Now with Polybranch!",
|
||||
"Now with JavaScript!",
|
||||
"Now with CSS",
|
||||
"Do you bite your ice cream?",
|
||||
"Reddit: u/3kh0_reddit",
|
||||
"Discord: https://discord.gg/3kh0",
|
||||
"This was not ment to be seen. :o",
|
||||
"Does anyone know how to stand up?",
|
||||
"69420",
|
||||
"Me too bro.",
|
||||
"#Relatable",
|
||||
"2 + 2 is 4 - 1 is 3 Quick mafs",
|
||||
"Feels bad man.",
|
||||
"Now with games that are unblocked?",
|
||||
"Now with great games!",
|
||||
"How do you play tic-tac-toe?",
|
||||
"Fortnite is cringe",
|
||||
"You got games on your phone?",
|
||||
"I am not gonna say anything.",
|
||||
"Now with Minecraft!",
|
||||
"Welcome to v4.0!",
|
||||
"Remember v3.0?",
|
||||
"Are you gay?",
|
||||
"Keep it halal bro",
|
||||
"Your momma jokes are cringe",
|
||||
"Now with a new splash!",
|
||||
"You just dont get it do you?",
|
||||
"Powered by hamsters!",
|
||||
"*insert cool explosion*",
|
||||
"Efficiency is key",
|
||||
"New update???",
|
||||
"We have answers!",
|
||||
"aaaaaaaaaaaaaaaaaaa",
|
||||
"Yooooooooooooooooooooo",
|
||||
"Your ip is 69.420.69.420",
|
||||
"he on x-games mode",
|
||||
"Got to go fast!",
|
||||
"GAS GAS GAS GOTTA STEP ON THE GAS!",
|
||||
"3kh0.github.io would like to view your browser history",
|
||||
"For legal reasons, that's a joke!",
|
||||
"It has been 84 years...",
|
||||
"Made by Gucci, selling for $69420",
|
||||
"There is someone looking over your shoulder",
|
||||
"Electric!",
|
||||
"How many different ones are there?!?!",
|
||||
"NERDDDDDDDDDDDDDDDDDD",
|
||||
"My iPad passcode is 563543 btw",
|
||||
"Get out of my room, I'm not going to let you in!",
|
||||
"I'm not a robot!",
|
||||
"I'm not a human!",
|
||||
"Sponsered by RAID SHADOW LEGENDS!",
|
||||
"Sponsored by Honey!",
|
||||
"Sponsored by 3kh0!",
|
||||
"Sponsored by your mom!",
|
||||
"Sponsored by your dad!",
|
||||
"Sponsored by your mom's dad!",
|
||||
"Sponsored by your dad's mom!",
|
||||
"Sponsored by your mom's dad's mom!",
|
||||
"Sponsored by your dad's mom's dad!",
|
||||
"Sponsored by your mom's dad's mom's dad!",
|
||||
"Sponsored by your dad's mom's dad's mom!",
|
||||
"Sponsored by your mom's dad's mom's dad's mom!",
|
||||
"Sponsored by your dad's mom's dad's mom's dad!",
|
||||
"Sponsored by your mom's dad's mom's dad's mom's dad!",
|
||||
"Sponsored by your dad's mom's dad's mom's dad's mom!",
|
||||
"Sponsored by your mom's dad's mom's dad's mom's dad's mom!",
|
||||
"Sponsored by your dad's mom's dad's mom's dad's mom's dad!",
|
||||
"Sponsored by your mom's dad's mom's dad's mom's dad's mom's dad!",
|
||||
"Sponsored by your dad's mom's dad's mom's dad's mom's dad's mom!",
|
||||
"Sponsored by your mom's dad's mom's dad's mom's dad's mom's dad's mom!",
|
||||
"Sponsored by your dad's mom's dad's mom's dad's mom's dad's mom's dad!",
|
||||
"Sponsored by your mom's dad's mom's dad's mom's dad's mom's dad's mom's dad!",
|
||||
"Sponsored by your dad's mom's dad's mom's dad's mom's dad's mom's dad's mom!",
|
||||
"Sponsored by your mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom!",
|
||||
"Sponsored by your dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad!",
|
||||
"Sponsored by your dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom!",
|
||||
"Sponsored by your mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad!",
|
||||
"Sponsored by your dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad!",
|
||||
"Sponsored by your mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom!",
|
||||
"Sponsored by your dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom!",
|
||||
"Sponsored by your mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad!",
|
||||
"Sponsored by your dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad!",
|
||||
"Sponsored by your mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom!",
|
||||
"Sponsored by your mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad's mom's dad!",
|
||||
"Sponsored by stepbro",
|
||||
"Batteries not included",
|
||||
"Piplup is cute",
|
||||
"3kh0 is a bozo",
|
||||
"Nothing has been said yet!",
|
||||
"I'm not a bird!",
|
||||
"I'm not a fish!",
|
||||
"I'm not a cat!",
|
||||
"I'm not a dog!",
|
||||
"I'm not a horse!",
|
||||
"I'm not a cow!",
|
||||
"I'm not a sheep!",
|
||||
"I'm not a goat!",
|
||||
"I'm not a chicken!",
|
||||
"I'm not a pig!",
|
||||
"I'm not a Piplup!",
|
||||
"I'm not a 3kh0!",
|
||||
"I'm not a Nebelung!",
|
||||
"Powered by 128 Gigs of RAM!",
|
||||
"Powered by 1 Gig of RAM!",
|
||||
"I want to bite you!",
|
||||
"I want to eat you!",
|
||||
"I want to drink you!",
|
||||
"I want to devour you!",
|
||||
"I'm Slim Shady, yes, I'm the real Shady!",
|
||||
"I'm not a real Shady!",
|
||||
"I'll wear your granddad's clothes",
|
||||
"gooooooooooodbye",
|
||||
"You're a real jerk!",
|
||||
"w h a t",
|
||||
"what the dog doin?",
|
||||
"what are you doing?",
|
||||
"Math is kinda boring",
|
||||
"XD",
|
||||
"I'm gonna pop some tags",
|
||||
"Ka-ching!",
|
||||
"Kablam!",
|
||||
"Shoutout to 4chan!",
|
||||
"Shoutout to 4chan's mods! Wait, there are not any!",
|
||||
"thx stackoverflow!",
|
||||
"are you a gaemer?",
|
||||
"mom get out of my room i am playing minecraft!",
|
||||
"This is a test message!",
|
||||
"It is time to get funky!",
|
||||
"people like to barn fish?",
|
||||
"Why is the sky blue?",
|
||||
"Can you please burp?",
|
||||
"Some things are better left unspoken.",
|
||||
"What is your favorite color?",
|
||||
"What is your favorite animal?",
|
||||
"What is your favorite food?",
|
||||
"What is your favorite drink?",
|
||||
"What is your favorite band?",
|
||||
"What is your favorite song?",
|
||||
"What is your favorite movie?",
|
||||
"What is your favorite book?",
|
||||
"What is your favorite sport?",
|
||||
"What is your favorite game?",
|
||||
"What is your favorite TV show?",
|
||||
"What is your favorite TV character?",
|
||||
"What is your favorite favorite?",
|
||||
"",
|
||||
"Batteries not included",
|
||||
"SOMEONE PLEASE HELP ME!",
|
||||
"I'm a little teapot.",
|
||||
"I'm a little teapot, short and stout.",
|
||||
"We didn't start the fire! It was always burning, since the world's been turning!",
|
||||
"Don't worry, I'm not a firetruck.",
|
||||
"Don't ask questions if you can't handle the answers!",
|
||||
"I'm not a firetruck, I'm a firetruck.",
|
||||
"If you're not careful, you'll burn your house down.",
|
||||
"If you are using a computer, you are a computer.",
|
||||
"If you are using Microsoft Edge, you need some help.",
|
||||
"Living in space is like living in a hotel.",
|
||||
"Living in Spain without the S",
|
||||
"Living in Spain without the S is a bad idea.",
|
||||
"Shoutout to Piplup!",
|
||||
"Shoutout to 3kh0!",
|
||||
"Shoutout to Nebelung!",
|
||||
"Woo! /g/",
|
||||
"youtube.com/watch?v=dQw4w9WgXcQ",
|
||||
"youtube.com/c/shadrYT",
|
||||
"Pretend inferiority and encourage his arrogance. - Sun Tzu",
|
||||
"Help im locked in a data center!",
|
||||
"5261796D6F6E6420486F6C74",
|
||||
"gif bezos",
|
||||
"God i just hate reality",
|
||||
"Please stop posting furry images.",
|
||||
"i wanted free vbucks :(",
|
||||
"i want to be a cat",
|
||||
"i want to be a dog",
|
||||
"i want to be a horse",
|
||||
"i want to be a cow",
|
||||
"i want to be a sheep",
|
||||
"i want to be a goat",
|
||||
"i want to be a chicken",
|
||||
"i want to be a pig",
|
||||
"i want to be a piplup",
|
||||
"i want to be a 3kh0",
|
||||
"i want to be a Nebelung",
|
||||
"i want to be a bozo",
|
||||
"i want to be a gaemer",
|
||||
"Is this the United Airlines costumer service center?",
|
||||
"we will steal your china and sell it to ip",
|
||||
"Never half-ass two things. Whole-ass one thing.",
|
||||
"bottem text",
|
||||
"top text",
|
||||
"Why do they call it oven if you oven the cold food of out hot eat the food",
|
||||
"furryegirl",
|
||||
"No fun allowed",
|
||||
"Stop having fun",
|
||||
"Your toes will be pulled tonight",
|
||||
"Someone was too lazy to give it a title",
|
||||
"i do love buying birth certificates from the black market! - Piplup",
|
||||
"'If you are trash go cry to Fortnite you loser' - Sun Tzu, Art of war",
|
||||
"What am I doing here helpppppp - Nebelung",
|
||||
"undefined",
|
||||
"[]",
|
||||
"Avocados \ud83e\udd51 from Mexico \ud83c\uddf2\ud83c\uddfd",
|
||||
"i realised i haven't blinked in like half an hour and now blinking feels uncomfortable",
|
||||
"reload for another message",
|
||||
"click me for another messgae",
|
||||
"Boost the discord server for a very cool role!",
|
||||
"Why does the discord server exist",
|
||||
"I purchased a baby clown from the Russian terrorist black market.",
|
||||
"He stomped on his fruit loops and thus became a cereal killer.",
|
||||
"Technoblade never dies!",
|
||||
"And just to think I knew him before he was famous!",
|
||||
"Trust me, I did not copy Minecraft with this!",
|
||||
"It is everyday bro!",
|
||||
"That proves you are unusual",
|
||||
"What's my age again?",
|
||||
"If you think you are dumb, it is true",
|
||||
"This is the 5th time this week, and it's only Monday!",
|
||||
"You bum",
|
||||
"Roblox? Cringe!",
|
||||
"Toss the Turtle is pretty fun",
|
||||
"Mission failed, we will get them next time!",
|
||||
"NUKE INCOMING!",
|
||||
"I spent too much time making these",
|
||||
"Too cool for school!",
|
||||
"Pringles",
|
||||
"Oh heck nah!",
|
||||
"Hoo hoo hoo!",
|
||||
"Light mode eww!",
|
||||
"pretzels",
|
||||
"Please game responsibly",
|
||||
"burbur",
|
||||
"Apple bottom jeans!",
|
||||
"We out here!",
|
||||
"what a gaemer",
|
||||
"Please enjoy responsibly",
|
||||
"Can you really buy land on the moon?",
|
||||
"Breaking news! Your computer will blow up in 3...",
|
||||
"Gaming since 2020!",
|
||||
"Hacker man!",
|
||||
"Your fortune is...",
|
||||
"Let's just hope you dont get caught doing this...",
|
||||
"Site shutting down in days...jk",
|
||||
"This is not the first time you did this...",
|
||||
"baba booey",
|
||||
"Can't stop me now!",
|
||||
"beans",
|
||||
"OwO",
|
||||
"UwU",
|
||||
"._.",
|
||||
"null",
|
||||
"It's over 100!",
|
||||
"Get to work!",
|
||||
"Cats or Dogs?",
|
||||
"[error] var braincells is to low",
|
||||
"DM Echo if you want to see your name here!",
|
||||
"Batteries not included",
|
||||
"shadrYT on top!",
|
||||
"Sub to shadrYT!",
|
||||
"Free robux! Wait who even plays that game eww",
|
||||
"Did you know that there are other JAWS movies, yeah they are bad!",
|
||||
"This is the 300th splash text!",
|
||||
"Extra credit be like",
|
||||
"Blue's Potatos are superior",
|
||||
"Have you ever had a dream that you, um, you had, your, you- you could, youll do, you- you wants, you, you could do so, you- youll do, you could- you, you want, you want them to do you so much you could do anything?",
|
||||
"[object Object]",
|
||||
"Error 404, Games not found",
|
||||
"To the person who invented zero, thanks for nothing",
|
||||
"Piplup gets no b*****s haha (-piplup's sister)",
|
||||
"mogus",
|
||||
"Toto, I've a feeling we're not in Kansas anymore",
|
||||
"You keep using that word. I do not think it means what you think it means.",
|
||||
"c h a o s",
|
||||
"a- amogu- *gets shot with laser*",
|
||||
"potato",
|
||||
"Ping: 87654ms",
|
||||
"Ping: 1ms",
|
||||
"69 x 21 + 420 + 911 - 760 = 2020",
|
||||
"Aspaceman is n o i c e",
|
||||
"With great power comes great need to take a nap. Wake me up later.",
|
||||
"I’m going to defeat you with the power of friendship! ... And this knife I found.",
|
||||
"If you can’t beat them, dress better than them",
|
||||
"Died and came back as a cowboy, I call that reintarnation.",
|
||||
"So what’s for dinner?",
|
||||
"#VoteForJude",
|
||||
"0.0",
|
||||
"Batteries not included",
|
||||
"Searching for nearby sushi restaraunts...",
|
||||
"The square root of 27 is 5.196152423.",
|
||||
"TikTok was just removed from existance!",
|
||||
"Ordered 420 pizzas from Pizza Hut!",
|
||||
"Did you know, not breathing means that you are not breathing!",
|
||||
"Sorry, I do not know what you are trying to do!",
|
||||
"Launching intercontinental ballistic missile. Target: Northwest Syria",
|
||||
"You can buy a flying bicycle, would you like to do so?",
|
||||
"You do want to invade Poland?",
|
||||
"If you microwave your phone it will become faster!",
|
||||
"There was a Roomba once that followed me around everwhere.",
|
||||
"For this emotion, I prescribe will chocolate.",
|
||||
"Did you know, you have over 50 assignments due by tomorrow that you have not started on.",
|
||||
"The meaning of life is in fact, chocolate.",
|
||||
"Ford F150. Holden Ute. GMC Sierra 3500. Lorry.",
|
||||
"Buying $GME Stock...",
|
||||
"Preordering tickets to Disney's 2021 Cruella",
|
||||
"Search results show you may have the black plague.",
|
||||
"amogus",
|
||||
"Funyuns are the greatest",
|
||||
"What the burger!",
|
||||
"1 in 4 Big Macs are lonely, you can fix this by downloading tinder",
|
||||
"Dominos > Pizza hut",
|
||||
"RagerYT",
|
||||
"Shad, Parrot will never notice you.",
|
||||
"HEEEEEEEEEEY",
|
||||
"HOOOOOOOOOOO",
|
||||
"sussy baka",
|
||||
"ඞ",
|
||||
"real?",
|
||||
"ඞ amongus",
|
||||
"Now with over 200 games!",
|
||||
"Hello mario",
|
||||
"furryeboy",
|
||||
"Pin this if you love your fans",
|
||||
"use abnumality.github.io",
|
||||
"Graphic design is my passion.",
|
||||
"YOU'RE CRINGE!",
|
||||
"Spongebob, Spongebob, Patrick, Patrick, Squidward, Squidward, Sandy, Sandy",
|
||||
"Come join us, we murder and kidnapp people",
|
||||
"Save 50% off pizza when ordering online at dominos!!!",
|
||||
"There is no one in the basement!",
|
||||
"3kh0... 3kh0... 3kh0... I think there's an echo in here",
|
||||
"No Introduction Needed",
|
||||
"I pledge allegiance, to the logo of the server of the communist states of 3kh0, into the communism, for which it stands, one nation, under 3kh0, indivisible, with communism and justice for some",
|
||||
"What's this do?",
|
||||
"E",
|
||||
"3kh0.github.io: The best place for illegal activities",
|
||||
"Your voice sounds good when your not talking",
|
||||
"peanut",
|
||||
"Think fast chuckle nuts!",
|
||||
"its too late",
|
||||
"IIIII got the feeling in my bones",
|
||||
"Yugi: I destroy the moon",
|
||||
"Splash texts brought to you by the EchoDev Discord!",
|
||||
"Flippy flop flips go flip flop, floppy flip flops go flop flip",
|
||||
"Josh is the bean man",
|
||||
"Internet enabled!",
|
||||
"90% bug free!",
|
||||
"Technically good!",
|
||||
"5x more bugs!",
|
||||
"James, you are not the real echo",
|
||||
"Mike is murderous",
|
||||
"we will rule the world!",
|
||||
"your local gamestop",
|
||||
"bruh moment",
|
||||
"can you help me find my son?",
|
||||
"why.. just why?",
|
||||
"The Duolingo Owl is coming for you!",
|
||||
"I like your outfit",
|
||||
"Baby Shark doo doo doo",
|
||||
"YEAHHHHHHHHHHH!!!",
|
||||
"Batteries not included",
|
||||
"Why was the math book sad? Because it had too many problems.",
|
||||
"Why couldn't the bicycle stand up by itself? Because it was two-tired.",
|
||||
"Why did the tomato turn red? Because it saw the salad dressing!",
|
||||
"Why was the computer cold? Because it left its Windows open.",
|
||||
"Why did the cookie go to the doctor? Because it was feeling crumbly.",
|
||||
"Why did the scarecrow win an award? Because he was outstanding in his field.",
|
||||
"Why did the bee get in trouble at school? Because it had a buzzer on its test.",
|
||||
"Why couldn't the leopard play hide and seek? Because he was always spotted.",
|
||||
"Why did the banana go to the doctor? Because it wasn't peeling well.",
|
||||
"Written by ChatGPT!",
|
||||
"ChatGPT is cringe",
|
||||
"Welcome to our website! We hope you have a splashtastic time here.",
|
||||
"Get ready for an exciting adventure on our website. Buckle up and let's go!",
|
||||
"Thanks for stopping by! Our website is full of fun and interesting content just for you.",
|
||||
"We're glad you're here! Take a look around and discover all that our website has to offer.",
|
||||
"Come on in and make yourself at home! We have everything you need for a great online experience.",
|
||||
"We've been waiting for you! Take a look around and see what our website has in store for you.",
|
||||
"It's time to have some fun! Our website is full of exciting games.",
|
||||
"Welcome to the party! Our website is the place to be for all kinds of entertainment and information.",
|
||||
"Get ready for an unforgettable experience on our website. It's going to be a blast!",
|
||||
"Thanks for visiting! We have all sorts of goodies waiting for you on our website. Enjoy!",
|
||||
"That's it! I am taking your neck!",
|
||||
"ChatGPT knows...",
|
||||
"discord.gg/3kh0",
|
||||
"3kh0 on top!",
|
||||
"Wenomechainsama",
|
||||
"Tumajarbisaun",
|
||||
"Wifenlooof",
|
||||
"Eselifterbraun",
|
||||
"Zǎoshang hǎo zhōngguó",
|
||||
"Zǎoshang hǎo zhōngguó xiànzài wǒ yǒu BING CHILLING 🥶🍦",
|
||||
"What's up guys! It's Quandale Dingle here!",
|
||||
"RUUEHEHEHEHEHEEHE",
|
||||
"My name is Walter Hartwell White. I live at 308 Negra Aroya Lane, Albuquerque, New Mexico, 87104.",
|
||||
"I’m doing my first Official Donald J. Trump NFT collection right here and right now.",
|
||||
"Can you believe it guys? Christmas, just a week away. Christmas is in a week! Woohoo! I am so happy about this information. Christmas! Just a week away, oh wow. Can you believe it? Christmas! Just in a week! It got here so fast!",
|
||||
"I would like to nominate this award to my reformed orthodox rabbi, Bill Clinton.",
|
||||
"I am living in your walls.",
|
||||
"Curse you Perry the Platypus.",
|
||||
"These are just all copypastas!",
|
||||
"I Sexually Identify as an Attack Helicopter",
|
||||
"WEE WOO WEE WOO",
|
||||
"ALERT! COMEDY GOD HAS ENTERED THE BUILDING! GET TO COVER!",
|
||||
"steps on stage",
|
||||
"Heh...",
|
||||
"asdfghjkl;' -Russell2259",
|
||||
"Batteries not included",
|
||||
"adjusts fedora",
|
||||
"Curse you Perry the Platypus",
|
||||
"the building is filled with fear and anticipation",
|
||||
"God and Jesus himself looks on in suspense",
|
||||
"comedy god clears throat",
|
||||
"everything is completely quiet not a single sound is heard",
|
||||
"world leaders look and wait with dread",
|
||||
"everything in the world stops",
|
||||
"nothing is happening",
|
||||
"1\n2\n3\n4\n5",
|
||||
"comedy god smirks",
|
||||
"no one is prepared for what is going to happen",
|
||||
"comedy god musters all of this power",
|
||||
"he bellows out to the world",
|
||||
"ATTACK",
|
||||
"HELICOPTER",
|
||||
"all at once, absolute pandemonium commences",
|
||||
"all nuclear powers launch their nukes at once",
|
||||
"giant brawls start",
|
||||
"43 wars are declared simultaneously",
|
||||
"a shockwave travels around the earth",
|
||||
"earth is driven into chaos",
|
||||
"humanity is regressed back to the stone age",
|
||||
"the pure funny of that joke destroyed civilization itself",
|
||||
"all the while people are laughing harder than they ever did",
|
||||
"people who aren't killed die from laughter",
|
||||
"literally the funniest joke in the world",
|
||||
"grunk",
|
||||
"im gonna break your jaw",
|
||||
"if there is a burger king, where is the burger queen",
|
||||
"braed",
|
||||
"New Ruffle instance created.",
|
||||
"Just another 3kh0 message",
|
||||
"Just go to /r/copypasta",
|
||||
"this is a button??",
|
||||
"regex is hard",
|
||||
"I use 3kh0 to play games at school (joking)",
|
||||
"Play Now",
|
||||
"Click 'Play Now'",
|
||||
"Click the button below me",
|
||||
"o",
|
||||
"Now using JSON!",
|
||||
"senpai gaming",
|
||||
"Spiders everywhere!",
|
||||
"( ͡° ͜ʖ ͡°)",
|
||||
"ಠ_ಠ",
|
||||
"Don't blink!",
|
||||
"Awesome community!",
|
||||
"The cake is a lie",
|
||||
"30% Less Salt!",
|
||||
"Lorem ipsum",
|
||||
"Lorem ipsum dolor",
|
||||
"Lorem ipsum dolor sit",
|
||||
"Lorem ipsum dolor sit amet",
|
||||
"Lorem ipsum dolor sit amet, consectetur",
|
||||
"Lorem ipsum dolor sit amet, consectetur adipiscing",
|
||||
"Lorem ipsum dolor sit amet, consectetur adipiscing elit",
|
||||
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed",
|
||||
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do",
|
||||
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod",
|
||||
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor",
|
||||
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt",
|
||||
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut",
|
||||
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore",
|
||||
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et",
|
||||
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore",
|
||||
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna",
|
||||
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
|
||||
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
|
||||
"You are reading this",
|
||||
"Written by Games, Unblocked",
|
||||
"Nebelung the cat",
|
||||
"wut?",
|
||||
"discord mod meeting",
|
||||
"games games games",
|
||||
"%REAL_IP%",
|
||||
"%GAMES_NUMBER%",
|
||||
"%SPLASH_NUMBER%",
|
||||
"Over 500 splash texts!",
|
||||
"pay attention during school",
|
||||
"yall playing games while im making the website ur using",
|
||||
"\"p-p-p-p-pwettier code ><\" - sky 2023",
|
||||
"\"im jumping off a FUCKING BRIDGE\" - also sky 2023",
|
||||
"shout out to whoever spent 2 hours on snake",
|
||||
"selenite >>> byvolp",
|
||||
"Lorem ipsum dolor sit amet, adipiscing consequat adipiscing sit amet. In tortor dolor, sollicitudin quis urna vitae, rutrum selecrelico dolor. Ut facilisis ornare lacus, ut dictum felis aliquam ut. Omnino interdum fit cum cura. Non est aequum, non solum, sed nec refert quis sit terra. Sed vestibulum a tellus non semper. Aliquam a neque euismod dolor dapibus aliquet ultricies ut nibh. Sed eget auctor ante. Aliquam dictum volutpat vestibulum. Putasti ovum paschale futurum. Nullo modo.",
|
||||
"FAGGOT",
|
||||
"ive currently lost $5 on this website",
|
||||
"join the discord NOW",
|
||||
"have any of you played on the og padlet?",
|
||||
"linux is so much better than windows",
|
||||
"chromebooks suck",
|
||||
"technoblade never dies",
|
||||
"Selenite has shut down.",
|
||||
"theres at least 2, maybe 3 games on this website",
|
||||
"yall failing ur classes while im a straight A student in all honors",
|
||||
"just maybe stole a bunch ideas from 3kh0",
|
||||
"why tf is cookie clicker the most popular game",
|
||||
"https://discord.gg/7jyufnwJNf",
|
||||
"buy smth from the patreon so i dont have to be in debt anymore",
|
||||
"https://skysthelimit.dev",
|
||||
"https://github.com/skysthelimitt",
|
||||
"selenite.pages.dev",
|
||||
"the square root of OGNUM1 is SQRTNUM1",
|
||||
"ZG8geW91ciBzY2hvb2wgd29yaw",
|
||||
"use the transfer tool to keep ur data from other websites",
|
||||
"best way to bypass the filter is on my patreon!",
|
||||
"best proxy ever only on my patreon",
|
||||
"🥺👉👈",
|
||||
"Fancy! ✨",
|
||||
"˙ǝɯoɔlǝM",
|
||||
"¡ollǝH",
|
||||
"¿ʞɹoʍ uǝʌǝ sᴉɥʇ sǝop",
|
||||
"ǝʇᴉsqǝʍ pɐɹ ʎɯ oʇ ǝɯoɔlǝM",
|
||||
"¿¿sᴉǝɥʇ pɐǝɹ uɐɔ no⅄",
|
||||
"Ḩ̴͈̗͉̜͓̣͈̙̉͑̅͋͆ë̷̱̒̿̔̕͠l̵̡̦̜̣̣̂p̴̧̢̜͓̀̒̊͗̃",
|
||||
"W̷̧͈̭͉͎͙̜͉̒̈̀͆̊͑ͅe̴̢̨͕͖̩̘̱̘͎̜̞̮̖͌̿̒̽̅͆̅̂̄̉͊̾́̏͘͜͜l̶̡̤͉̟͉̞̝̻͈̐̃̓̇̑̏͗͌̒̒̿͒̚͝c̶̡̢̛͈͕̮̹̪̳̼͈͓̩̩̻͍̓̄̂͊̐̂͒̈́̊̇́̋͑̅͐͘͜ở̵͔̙͚̪͔̘̙̩̦͉̻̦̯́̂͐̉̔̀̊͂m̸̢̢̺̼͎͚͙̬̬͍̎̚e̸̜̩̫̯͙̲͍͍̯̓̔̎̍͂̓͐͌̍̃̈̾̕͘ ̶̞͔̲̦̀̽t̴̛̬͓̲̬̖̼̒͗̊͌͑̒̎̿̎̅̓̕͠͠o̵̡̨̙̬̦͍̠͕̭͚͛ͅ ̸̪̳̟̍̇̀̀͌̏̌̽͛͜3̸̧̹̝̼̺̹̞̯̠͓͛͋͌͆́͌͋̇͐͝͠k̷̟̙̙̹͚͗͛̀̽͊̇͑̒ḩ̴̩͍̗̙͓̱̠͕̺̖̘̹͉̋̒̎̽͑̈́͜ͅ0̴̱͍̬̩̩͇̥̯̯̬̙̽̈́̓̍̉͜͝!̸̠̗̠͉̪̮̻͈̰̄̚",
|
||||
"All your base are belong to us",
|
||||
"Error 404: Brain not found",
|
||||
"Why settle for less when you can have the best?",
|
||||
"Life's too short for bad design",
|
||||
"Don't be a square, be a triangle",
|
||||
"Think outside the box (except for this one)",
|
||||
"Why be ordinary when you can be extraordinary?",
|
||||
"Designing the future, one pixel at a time",
|
||||
"Don't be afraid to try something new",
|
||||
"The world is your canvas, make a masterpiece",
|
||||
"Design is not just what it looks like and feels like. Design is how it works",
|
||||
"Simplicity is the ultimate sophistication",
|
||||
"Design is thinking made visible",
|
||||
"The best things in life are design",
|
||||
"Design is not just for decoration, it's function",
|
||||
"Design is not just what it looks like, it's how it works",
|
||||
"All your data belong to us.",
|
||||
"Error 404: humor not found.",
|
||||
"Welcome to the matrix.",
|
||||
"We're not just a website, we're a lifestyle.",
|
||||
"Mind blown? Us too.",
|
||||
"Don't believe everything you see on the internet.",
|
||||
"All hail the almighty algorithm.",
|
||||
"We put the 'pro' in procrastination.",
|
||||
"We're not just a website, we're a community.",
|
||||
"We're the real deal, not a facsimile.",
|
||||
"We're the missing piece to your internet puzzle.",
|
||||
"You're not just visiting a website, you're experiencing the future.",
|
||||
"We're the missing link, not the missing lynx.",
|
||||
"We're not just a website, we're a revolution.",
|
||||
"We're not just a website, we're a subculture.",
|
||||
"We're not just a website, we're an obsession.",
|
||||
"We're not just a website, we're a force to be reckoned with.",
|
||||
"We're not just a website, we're a way of life.",
|
||||
"We're not just a website, we're a cult.",
|
||||
"We're the website you never knew you needed.",
|
||||
"We're the website your mother warned you about.",
|
||||
"We're the website your teachers told you to stay away from.",
|
||||
"We're the website your friends are talking about.",
|
||||
"We're the website you'll never forget.",
|
||||
"We're the website that's taking over the world.",
|
||||
"Think outside the box - unless it's a circle, then just think inside!",
|
||||
"We're not just another website, we're a website with personality!",
|
||||
"In a world of copycats, be a original.",
|
||||
"We're not just a website, we're an experience.",
|
||||
"We're not just a website, we're a movement.",
|
||||
"We're not just a website, we're a game-changer.",
|
||||
"We're not just a website, we're a trendsetter.",
|
||||
"We're not just a website, we're a work of art.",
|
||||
"We're not just a website, we're a masterpiece.",
|
||||
"We're not just a website, we're a phenomenon.",
|
||||
"We're not just a website, we're a sensation.",
|
||||
"We're not just a website, we're a sensation of the internet.",
|
||||
"We're not just a website, we're a revolution in the digital world.",
|
||||
"We're not just a website, we're a revolution in the world of information",
|
||||
"We're not just a website, we're a one-of-a-kind",
|
||||
"We're not just a website, we're a one-stop-shop",
|
||||
"We're not just a website, we're a one-stop-shop for all your needs",
|
||||
"We're not just a website, we're a one-stop-shop for all your information needs",
|
||||
"We're not just a website, we're a one-stop-shop for all your digital needs",
|
||||
"We're not just a website, we're a one-stop-shop for all your online needs.",
|
||||
"Unlock the power of knowledge with us.",
|
||||
"Where the impossible becomes possible.",
|
||||
"Experience the future of technology with us.",
|
||||
"Where innovation meets creativity.",
|
||||
"Empowering you to achieve your goals.",
|
||||
"Join the revolution of digital transformation.",
|
||||
"Leading the way in cutting-edge technology.",
|
||||
"Transforming the way you interact with the world.",
|
||||
"Unleashing the power of information at your fingertips.",
|
||||
"Setting new standards in user experience.",
|
||||
"Unlocking the full potential of the internet for you.",
|
||||
"Discover endless possibilities with us.",
|
||||
"Changing the game in online exploration.",
|
||||
"Elevating your online experience to new heights.",
|
||||
"Pushing the boundaries of what's possible online.",
|
||||
"Unlocking the secrets of the digital world with us.",
|
||||
"Unleashing the full potential of the internet for you.",
|
||||
"Unlocking the power of data for you.",
|
||||
"Where technology and human potential meet.",
|
||||
"Where imagination becomes reality.",
|
||||
"Where innovation meets accessibility.",
|
||||
"Where creativity and technology merge.",
|
||||
"Where ideas become solutions.",
|
||||
"Where every click counts.",
|
||||
"Where the future of the internet is now.",
|
||||
"Why did the tomato turn red? Because it saw the salad dressing.",
|
||||
"Why did the chicken cross the playground? To get to the other slide.",
|
||||
"Why don't scientists trust atoms? Because they make up everything.",
|
||||
"Why did the cookie go to the hospital? Because it was feeling crumbly.",
|
||||
"Why did the computer go to the doctor? Because it had a virus.",
|
||||
"Why did the cyclops stop teaching? Because he only had one pupil.",
|
||||
"Why did the frog call his insurance company? He had a jump in his car.",
|
||||
"Why did the boy tiptoe past the medicine cabinet? He didn't want to wake the sleeping pills.",
|
||||
"Why did the cookie go to the seance? To talk to the dead dough.",
|
||||
"Why did the clock go to the doctor? It had a broken tick-tock.",
|
||||
"Why did the belt go to jail? For holding up the pants.",
|
||||
"Why did the robot go to school? To learn how to unplug itself.",
|
||||
"Life in the fast lane!",
|
||||
"🐧🐧🐧🐧🐧🐧🐧🐧🐧🐧🐧🐧🐧🐧🐧",
|
||||
"i forgor",
|
||||
"i rember",
|
||||
"me when i the me the when the the me the when i the when the me the the the when the",
|
||||
"Under pressure!",
|
||||
"Do your work!",
|
||||
"the voices",
|
||||
"\"Echo\"\nNoun\n1. a sound or series of sounds caused by the reflection of sound waves from a surface back to the listener\n2. a close parallel or repetition of an idea feeling, style, or event.\nVerb\n1. (of a sound) be repeated or reverberate after the original sound has stopped.\n2. (of an object, movement, or event) be reminiscent of or have shared characteristics with.\n",
|
||||
"Jessie. It is time to cook.",
|
||||
"Spanish or vanish",
|
||||
"Fonzie says \"ayyyyy\"",
|
||||
"Doctor Doofenshmirtz Evil Incorporated",
|
||||
"MAYONNAISE ON AN ESCALATOR\nITS GOING UPSTAIRS SO SEE YOU LATER\nBYE BYE",
|
||||
"Error\nError\nGames not Found",
|
||||
"[insert unfunny joke here]",
|
||||
"Free money!",
|
||||
"Go to jail. Do not pass go. Do not collect 200 Monopoly™ Dollars",
|
||||
"Loading Awesomness",
|
||||
"gregory, do you see the small vent on the floor? have you ever heard of among us, gregory? you need to vent. i know it will be hard for you to be sus but i know you can do it gregory.",
|
||||
"no.",
|
||||
"Amir is cracjked at fornite",
|
||||
"James is insane at github dont ask how he did this just kidding totally ask him",
|
||||
"James is goofy",
|
||||
"Checkmate",
|
||||
"Im just better",
|
||||
"Nebelung is such a hacker",
|
||||
"LEGALISE PIRACY!",
|
||||
"Islam is the way!",
|
||||
"Batteries not included",
|
||||
"Welcome to Pornhub!",
|
||||
"Join the Islamic State Today!",
|
||||
"i wank my pp",
|
||||
"._.",
|
||||
"uh dont look at the message about me...",
|
||||
"ndvkjdsvjkdsnvjsdnvldksnsdklvslk",
|
||||
"Damn its green",
|
||||
"More green than Dream",
|
||||
"3kh0 > Twitter",
|
||||
"Jihad > America",
|
||||
"Here Come The Test Results: 'You Are A Horrible Person.' That’s What It Says, 'A Horrible Person.' We Weren’t Even Testing For That.",
|
||||
"Remember When The Platform Was Sliding Into The Fire Pit, And I Said 'Goodbye,' And You Were Like 'No Way!' And Then I Was All, 'We Pretended We Were Going To Murder You.' That Was Great.",
|
||||
"How Are You Holding Up? Because I’m A Potato.",
|
||||
"Secret Theme: Open the console and run 'nebelung_the_hacker()'",
|
||||
"benis",
|
||||
"Pray to uncle benis",
|
||||
"uncle benis",
|
||||
"Would you like to know about uncle benis?",
|
||||
"Uncle benis our lord and savoir",
|
||||
"As resilient as the pirate bay",
|
||||
"We are resilient",
|
||||
"We will never go away",
|
||||
"4 Million gamers and counting",
|
||||
"So many games to choose!",
|
||||
"example.com",
|
||||
"pornhub.com",
|
||||
"porn is haram we only keep it halal here",
|
||||
"Dyknow eww",
|
||||
"Securly no pls",
|
||||
"i like bean",
|
||||
"i like beans",
|
||||
"i like lots of beans",
|
||||
"i enjoy eating beans",
|
||||
"i have a fondness for beans",
|
||||
"i am a fan of beans",
|
||||
"i find beans delicious",
|
||||
"i can't resist a good bean dish",
|
||||
"i think beans are underrated",
|
||||
"i prefer beans over meat",
|
||||
"i could eat beans every day",
|
||||
"i believe beans are a healthy food",
|
||||
"i always add beans to my salads",
|
||||
"Desperado - Khantrast",
|
||||
"Never Gonna Give You Up - Rick Astley",
|
||||
"airtags",
|
||||
"meat",
|
||||
"bomb",
|
||||
"airtag",
|
||||
"Bohemian Rhapsody - Queen",
|
||||
"Hotel California - Eagles",
|
||||
"Reeeeeeeee",
|
||||
"Victor cant fly",
|
||||
"if you want to install linux, first crack the skid, then restart and you should be set",
|
||||
"sure just downgrade the about:blank page",
|
||||
"...that's not how it works. if you want to unenroll the only way to do that is to uninstall the shim",
|
||||
"sure just hack the crosh shell",
|
||||
"yeah so you want to playstore bypass the servers, you don't want to remove the servers",
|
||||
"yeah so you want to crack the proxy, you don't want to hack the goguardian",
|
||||
"to disable filters, you need to hack the proxy",
|
||||
"to downgrade, you need to rm -rf the shim",
|
||||
"if you bypass the extension that breaks the bookmarklet so we want to use a bookmarklet on the goguardian to unblock sites instead"
|
||||
]
|
||||
"what website is this?"
|
||||
]
|
@ -13,9 +13,9 @@
|
||||
<script src="/js/themes.js"></script>
|
||||
<script src="/js/all.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
<script src="/js/randomquote.js"></script>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<link rel="stylesheet" href="/themes.css" />
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
|
||||
|
||||
<!-- seo + other things -->
|
||||
<title>Settings | Selenite</title>
|
||||
@ -64,10 +64,13 @@
|
||||
<button onclick="javascript:clearCloak();">Clear your current tab cloak</button>
|
||||
<br />
|
||||
<h3>Themes</h3>
|
||||
<button onclick="setTheme('main')" style="background-color: #3c096c; color: #fff; border: 2px solid #5a189a">Selenite</button>
|
||||
<button onclick="setTheme('light')" style="background-color: #aaaaaa; color: #dddddd; border: 2px solid #999999">Selenite - Blinding Edition</button>
|
||||
<button onclick="setTheme('egamepass')" style="background-color: #596eb1; color: #95baf1; border: 2px solid #5586e0">e-gamepass</button>
|
||||
<button onclick="setTheme('cools1te')" style="background-color: #596eb1; color: #95baf1; border: 2px solid #5586e0">cools1te</button>
|
||||
<div class="samerow themebtns">
|
||||
<button onclick="setTheme('main')" style="background-color: #3c096c; color: #fff; border: 5px solid #5a189a">Selenite</button>
|
||||
<button onclick="setTheme('light')" style="background-color: #bbbbbb; color: #1a1a1a; border: 5px solid #e6e6e6">Selenite - Light Mode</button>
|
||||
<button onclick="setTheme('dark')" style="background-color: #333333; color: #fff; border: 5px solid #444444">Selenite - Dark Mode</button>
|
||||
<button onclick="setTheme('egamepass')" style="background-color: #596eb1; color: #cbe0ff; border: 5px solid #5586e0">e-gamepass</button>
|
||||
<button onclick="setTheme('cools1te')" style="background-color: #a134dc; color: #d3a4fa; border: 5px solid #b153e3">cools1te</button>
|
||||
</div>
|
||||
<br />
|
||||
<form action="javascript:setPanicMode();">
|
||||
<h3 for="panic">Website URL</h3>
|
||||
|
@ -9,6 +9,7 @@
|
||||
}
|
||||
|
||||
* {
|
||||
transition-duration: 0.5s;
|
||||
outline: none;
|
||||
border: none;
|
||||
box-sizing: border-box;
|
||||
@ -56,7 +57,6 @@ header a:visited {
|
||||
text-decoration: none;
|
||||
margin-right: 2rem;
|
||||
margin-left: 1rem;
|
||||
transition-duration: 0.5s;
|
||||
}
|
||||
|
||||
footer a:hover,
|
||||
@ -120,7 +120,6 @@ button, input#websubmit.submit, input[type=submit]#panic {
|
||||
color: var(--textcolor);
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
transition-duration: 0.5s;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
@ -152,7 +151,6 @@ img {
|
||||
}
|
||||
|
||||
.game {
|
||||
transition-duration: 0.5s;
|
||||
width: 15%;
|
||||
border-radius: 20px;
|
||||
display: inline-block;
|
||||
@ -220,7 +218,6 @@ input[type="text"] {
|
||||
border-radius: 5px;
|
||||
transition: opacity 0.25s ease-in-out;
|
||||
opacity: 100%;
|
||||
transition-duration: 0.5s;
|
||||
}
|
||||
input[type=text]:hover {
|
||||
opacity: 80%;
|
||||
@ -243,4 +240,7 @@ input[type=text]:hover {
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
}
|
||||
.samerow.themebtns {
|
||||
width: 70%;
|
||||
}
|
@ -13,8 +13,8 @@
|
||||
<script src="/js/themes.js"></script>
|
||||
<script src="/js/all.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
<link rel="stylesheet" href="/themes.css" />
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<link rel="stylesheet" href="/themes.css" />
|
||||
|
||||
<!-- seo + other things -->
|
||||
<title>Support | Selenite</title>
|
||||
|
42
themes.css
42
themes.css
@ -1,3 +1,10 @@
|
||||
body {
|
||||
--inputbg: #000000;
|
||||
--inputborder: #000000;
|
||||
--uibg: #000000;
|
||||
--textcolor: #000;
|
||||
--bg: #000000;
|
||||
}
|
||||
body[theme=main] {
|
||||
--inputbg: #3c096c;
|
||||
--inputborder: #5a189a;
|
||||
@ -5,18 +12,31 @@ body[theme=main] {
|
||||
--textcolor: #fff;
|
||||
--bg: #10002b;
|
||||
}
|
||||
|
||||
body[theme=testing] {
|
||||
--inputbg: #ffffff;
|
||||
--inputborder: #312341;
|
||||
--uibg: #abcdef;
|
||||
body[theme=light] {
|
||||
--inputbg: #bbbbbb;
|
||||
--inputborder: #e6e6e6;
|
||||
--uibg: #b3b3b3;
|
||||
--textcolor: #1a1a1a;
|
||||
--bg: #c5c5c5;
|
||||
}
|
||||
body[theme=dark] {
|
||||
--inputbg: #333333;
|
||||
--inputborder: #444444;
|
||||
--uibg: #242424;
|
||||
--textcolor: #fff;
|
||||
--bg: #545555;
|
||||
--bg: #0c0c0c;
|
||||
}
|
||||
body[theme=egamepass] {
|
||||
--inputbg: #ffffff;
|
||||
--inputborder: #312341;
|
||||
--uibg: #abcdef;
|
||||
--textcolor: #fff;
|
||||
--bg: #545555;
|
||||
--inputbg: #4f6ed1;
|
||||
--inputborder: #5586e0;
|
||||
--uibg: #185494;
|
||||
--textcolor: #a7d3ff;
|
||||
--bg: #16416f;
|
||||
}
|
||||
body[theme=cools1te] {
|
||||
--inputbg: #a134dc;
|
||||
--inputborder: #b153e3;
|
||||
--uibg: #ab28cf;
|
||||
--textcolor: #d3a4fa;
|
||||
--bg: #8e14af;
|
||||
}
|
@ -1,210 +0,0 @@
|
||||
https://thirtydollar.website/
|
||||
https://thirtydollar.website/%F0%9F%8E%A8.css?v=5a
|
||||
https://thirtydollar.website/assets/stop.wav
|
||||
https://thirtydollar.website/assets/play.wav
|
||||
https://thirtydollar.website/assets/reset.wav
|
||||
https://thirtydollar.website/assets/section_previous.wav
|
||||
https://thirtydollar.website/assets/section_next.wav
|
||||
https://thirtydollar.website/%F0%9F%97%BF.js?v=5a
|
||||
https://thirtydollar.website/%E2%96%B6.js?v=5a
|
||||
https://thirtydollar.website/%F0%9F%92%BE.js?v=5a
|
||||
https://thirtydollar.website/assets/section_hide.wav
|
||||
https://thirtydollar.website/assets/section_show.wav
|
||||
https://thirtydollar.website/assets/section_deselect.wav
|
||||
https://thirtydollar.website/assets/save.svg
|
||||
https://thirtydollar.website/assets/load.svg
|
||||
https://thirtydollar.website/assets/download.svg
|
||||
https://thirtydollar.website/assets/tab_actions.svg
|
||||
https://thirtydollar.website/assets/social_twitter.svg
|
||||
https://thirtydollar.website/assets/social_tiktok.svg
|
||||
https://thirtydollar.website/assets/social_youtube.svg
|
||||
https://thirtydollar.website/assets/tab_all.svg
|
||||
https://thirtydollar.website/assets/action_bg.wav
|
||||
https://thirtydollar.website/assets/action_pulse.wav
|
||||
https://thirtydollar.website/assets/action_flash.wav
|
||||
https://thirtydollar.website/assets/action_divider.wav
|
||||
https://thirtydollar.website/assets/action_startpos.wav
|
||||
https://thirtydollar.website/assets/action_cut.wav
|
||||
https://thirtydollar.website/assets/action_target.wav
|
||||
https://thirtydollar.website/assets/action_jump.wav
|
||||
https://thirtydollar.website/assets/action_loop.wav
|
||||
https://thirtydollar.website/assets/action_combine.wav
|
||||
https://thirtydollar.website/assets/action_looptarget.wav
|
||||
https://thirtydollar.website/assets/action_loopmany.wav
|
||||
https://thirtydollar.website/assets/action_transpose.wav
|
||||
https://thirtydollar.website/assets/action_stop.wav
|
||||
https://thirtydollar.website/assets/action_volume.wav
|
||||
https://thirtydollar.website/assets/action_speed.wav
|
||||
https://thirtydollar.website/assets/dont_you_lecture_me.wav
|
||||
https://thirtydollar.website/sounds.json
|
||||
https://thirtydollar.website/assets/check_off.svg
|
||||
https://thirtydollar.website/assets/tab_percussion.svg
|
||||
https://thirtydollar.website/assets/tab_notes.svg
|
||||
https://thirtydollar.website/assets/tab_recent.svg
|
||||
https://thirtydollar.website/sounds/empty.wav
|
||||
https://thirtydollar.website/sounds/bruh.wav
|
||||
https://thirtydollar.website/sounds/bong.wav
|
||||
https://thirtydollar.website/sounds/boom.wav
|
||||
https://thirtydollar.website/sounds/e.wav
|
||||
https://thirtydollar.website/sounds/gnome.wav
|
||||
https://thirtydollar.website/assets/%F0%9F%97%BF.wav
|
||||
https://thirtydollar.website/sounds/isaac_hurt.wav
|
||||
https://thirtydollar.website/sounds/toby.wav
|
||||
https://thirtydollar.website/sounds/lancersplat.wav
|
||||
https://thirtydollar.website/sounds/gaster.wav
|
||||
https://thirtydollar.website/sounds/undertale_encounter.wav
|
||||
https://thirtydollar.website/sounds/megalovania.wav
|
||||
https://thirtydollar.website/sounds/undertale_crack.wav
|
||||
https://thirtydollar.website/sounds/sans_voice.wav
|
||||
https://thirtydollar.website/sounds/undertale_hit.wav
|
||||
https://thirtydollar.website/sounds/bwomp.wav
|
||||
https://thirtydollar.website/sounds/gd_quit.wav
|
||||
https://thirtydollar.website/sounds/gd_diamonds.wav
|
||||
https://thirtydollar.website/sounds/gd_orbs.wav
|
||||
https://thirtydollar.website/sounds/gd_coin.wav
|
||||
https://thirtydollar.website/sounds/gdcrash_orbs.wav
|
||||
https://thirtydollar.website/sounds/fnf_death.wav
|
||||
https://thirtydollar.website/sounds/gdcrash.wav
|
||||
https://thirtydollar.website/sounds/fnf_right.wav
|
||||
https://thirtydollar.website/sounds/fnf_down.wav
|
||||
https://thirtydollar.website/sounds/fnf_up.wav
|
||||
https://thirtydollar.website/sounds/fnf_left.wav
|
||||
https://thirtydollar.website/sounds/builttoscale.wav
|
||||
https://thirtydollar.website/sounds/perfectfail.wav
|
||||
https://thirtydollar.website/sounds/choruskid.wav
|
||||
https://thirtydollar.website/sounds/ook.wav
|
||||
https://thirtydollar.website/sounds/karateman_bulb.wav
|
||||
https://thirtydollar.website/sounds/karateman_throw.wav
|
||||
https://thirtydollar.website/sounds/karateman_hit.wav
|
||||
https://thirtydollar.website/sounds/karateman_offbeat.wav
|
||||
https://thirtydollar.website/sounds/isaac_mantle.wav
|
||||
https://thirtydollar.website/sounds/cowbell.wav
|
||||
https://thirtydollar.website/sounds/adofaicymbal.wav
|
||||
https://thirtydollar.website/sounds/adofai_ice.wav
|
||||
https://thirtydollar.website/sounds/adofaikick.wav
|
||||
https://thirtydollar.website/sounds/adofai_fire.wav
|
||||
https://thirtydollar.website/sounds/midspin.wav
|
||||
https://thirtydollar.website/sounds/rdmistake.wav
|
||||
https://thirtydollar.website/sounds/rdclap.wav
|
||||
https://thirtydollar.website/sounds/tonk.wav
|
||||
https://thirtydollar.website/sounds/preecho.wav
|
||||
https://thirtydollar.website/sounds/tab_decorations.wav
|
||||
https://thirtydollar.website/sounds/tab_actions.wav
|
||||
https://thirtydollar.website/sounds/tab_rooms.wav
|
||||
https://thirtydollar.website/sounds/otto_stress.wav
|
||||
https://thirtydollar.website/sounds/tab_rows.wav
|
||||
https://thirtydollar.website/sounds/tab_sounds.wav
|
||||
https://thirtydollar.website/sounds/otto_off.wav
|
||||
https://thirtydollar.website/sounds/otto_happy.wav
|
||||
https://thirtydollar.website/sounds/otto_on.wav
|
||||
https://thirtydollar.website/sounds/ride2.wav
|
||||
https://thirtydollar.website/sounds/skipshot.wav
|
||||
https://thirtydollar.website/sounds/buttonpop.wav
|
||||
https://thirtydollar.website/sounds/sidestick.wav
|
||||
https://thirtydollar.website/sounds/hammer.wav
|
||||
https://thirtydollar.website/sounds/shaker.wav
|
||||
https://thirtydollar.website/sounds/BABA.wav
|
||||
https://thirtydollar.website/sounds/mariopaint_car.wav
|
||||
https://thirtydollar.website/sounds/mariopaint_plane.wav
|
||||
https://thirtydollar.website/sounds/mariopaint_baby.wav
|
||||
https://thirtydollar.website/sounds/mariopaint_swan.wav
|
||||
https://thirtydollar.website/sounds/mariopaint_cat.wav
|
||||
https://thirtydollar.website/sounds/mariopaint_dog.wav
|
||||
https://thirtydollar.website/sounds/mariopaint_flower.wav
|
||||
https://thirtydollar.website/sounds/mariopaint_star.wav
|
||||
https://thirtydollar.website/sounds/mariopaint_gameboy.wav
|
||||
https://thirtydollar.website/sounds/smw_yoshi.wav
|
||||
https://thirtydollar.website/sounds/mariopaint_mario.wav
|
||||
https://thirtydollar.website/sounds/mariopaint_luigi.wav
|
||||
https://thirtydollar.website/sounds/smm_scream.wav
|
||||
https://thirtydollar.website/sounds/bup.wav
|
||||
https://thirtydollar.website/sounds/YOU.wav
|
||||
https://thirtydollar.website/sounds/sm64_painting.wav
|
||||
https://thirtydollar.website/sounds/sm64_hurt.wav
|
||||
https://thirtydollar.website/sounds/thwomp.wav
|
||||
https://thirtydollar.website/sounds/yahoo.wav
|
||||
https://thirtydollar.website/sounds/smw_stomp2.wav
|
||||
https://thirtydollar.website/sounds/smw_kick.wav
|
||||
https://thirtydollar.website/sounds/smw_stomp.wav
|
||||
https://thirtydollar.website/sounds/smw_spinjump.wav
|
||||
https://thirtydollar.website/sounds/smw_1up.wav
|
||||
https://thirtydollar.website/sounds/smw_coin.wav
|
||||
https://thirtydollar.website/sounds/morshu.wav
|
||||
https://thirtydollar.website/sounds/granddad.wav
|
||||
https://thirtydollar.website/sounds/ultrainstinct.wav
|
||||
https://thirtydollar.website/sounds/necoarc.wav
|
||||
https://thirtydollar.website/sounds/yoda.wav
|
||||
https://thirtydollar.website/sounds/hehehehaw.wav
|
||||
https://thirtydollar.website/sounds/familyguy.wav
|
||||
https://thirtydollar.website/sounds/pingas.wav
|
||||
https://thirtydollar.website/sounds/taunt.wav
|
||||
https://thirtydollar.website/sounds/samurai.wav
|
||||
https://thirtydollar.website/sounds/flipnote.wav
|
||||
https://thirtydollar.website/sounds/subaluwa.wav
|
||||
https://thirtydollar.website/sounds/21.wav
|
||||
https://thirtydollar.website/sounds/americano.wav
|
||||
https://thirtydollar.website/sounds/stopposting.wav
|
||||
https://thirtydollar.website/sounds/SLAM.wav
|
||||
https://thirtydollar.website/sounds/op.wav
|
||||
https://thirtydollar.website/sounds/obama.wav
|
||||
https://thirtydollar.website/sounds/mrbeast.wav
|
||||
https://thirtydollar.website/sounds/tf2_crit.wav
|
||||
https://thirtydollar.website/sounds/nope.wav
|
||||
https://thirtydollar.website/sounds/steve_oof.wav
|
||||
https://thirtydollar.website/sounds/oof.wav
|
||||
https://thirtydollar.website/sounds/hoenn.wav
|
||||
https://thirtydollar.website/sounds/dimrainsynth.wav
|
||||
https://thirtydollar.website/sounds/puyo.wav
|
||||
https://thirtydollar.website/sounds/robtopphone.wav
|
||||
https://thirtydollar.website/sounds/taiko_ka.wav
|
||||
https://thirtydollar.website/sounds/taiko_don.wav
|
||||
https://thirtydollar.website/sounds/boowomp.wav
|
||||
https://thirtydollar.website/sounds/whipcrack.wav
|
||||
https://thirtydollar.website/sounds/dodgeball.wav
|
||||
https://thirtydollar.website/sounds/explosion.wav
|
||||
https://thirtydollar.website/sounds/boing.wav
|
||||
https://thirtydollar.website/sounds/metalpipe.wav
|
||||
https://thirtydollar.website/sounds/airhorn.wav
|
||||
https://thirtydollar.website/sounds/hitmarker.wav
|
||||
https://thirtydollar.website/sounds/vvvvvv_hurt.wav
|
||||
https://thirtydollar.website/sounds/gun.wav
|
||||
https://thirtydollar.website/sounds/pan.wav
|
||||
https://thirtydollar.website/sounds/slip.wav
|
||||
https://thirtydollar.website/sounds/whatsapp.wav
|
||||
https://thirtydollar.website/sounds/shatter.wav
|
||||
https://thirtydollar.website/sounds/eight.wav
|
||||
https://thirtydollar.website/sounds/buzzer.wav
|
||||
https://thirtydollar.website/sounds/vvvvvv_flip.wav
|
||||
https://thirtydollar.website/sounds/isaac_dead.wav
|
||||
https://thirtydollar.website/sounds/amongus.wav
|
||||
https://thirtydollar.website/sounds/celeste_diamond.wav
|
||||
https://thirtydollar.website/sounds/celeste_spring.wav
|
||||
https://thirtydollar.website/sounds/celeste_death.wav
|
||||
https://thirtydollar.website/sounds/noteblock_flute.wav
|
||||
https://thirtydollar.website/sounds/noteblock_pling.wav
|
||||
https://thirtydollar.website/sounds/DEFEAT.wav
|
||||
https://thirtydollar.website/sounds/minecraft_bell.wav
|
||||
https://thirtydollar.website/sounds/noteblock_bit.wav
|
||||
https://thirtydollar.website/sounds/noteblock_bass.wav
|
||||
https://thirtydollar.website/sounds/noteblock_bell.wav
|
||||
https://thirtydollar.website/sounds/noteblock_harp.wav
|
||||
https://thirtydollar.website/sounds/noteblock_xylophone.wav
|
||||
https://thirtydollar.website/sounds/noteblock_click.wav
|
||||
https://thirtydollar.website/sounds/noteblock_guitar.wav
|
||||
https://thirtydollar.website/sounds/noteblock_chime.wav
|
||||
https://thirtydollar.website/sounds/noteblock_banjo.wav
|
||||
https://thirtydollar.website/sounds/noteblock_snare.wav
|
||||
https://thirtydollar.website/sounds/minecraft_anvil.wav
|
||||
https://thirtydollar.website/sounds/minecraft_explosion.wav
|
||||
https://thirtydollar.website/sounds/amogus.wav
|
||||
https://thirtydollar.website/sounds/amogus_kill.wav
|
||||
https://thirtydollar.website/sounds/terraria_axe.wav
|
||||
https://thirtydollar.website/sounds/amogus_emergency.wav
|
||||
https://thirtydollar.website/sounds/amongdrip.wav
|
||||
https://thirtydollar.website/sounds/terraria_guitar.wav
|
||||
https://thirtydollar.website/sounds/celeste_dash.wav
|
||||
https://thirtydollar.website/sounds/terraria_pot.wav
|
||||
https://thirtydollar.website/sounds/terraria_reforge.wav
|
||||
https://thirtydollar.website/sounds/terraria_star.wav
|
||||
https://thirtydollar.website/sounds/vvvvvv_flash.wav
|
||||
https://thirtydollar.website/sounds/vvvvvv_checkpoint.wav
|
@ -13,9 +13,8 @@
|
||||
<script src="/js/themes.js"></script>
|
||||
<script src="/js/all.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
<script src="/js/randomquote.js"></script>
|
||||
<link rel="stylesheet" href="/themes.css" />
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<link rel="stylesheet" href="/themes.css" />
|
||||
|
||||
<!-- seo + other things -->
|
||||
<title>Settings | Selenite</title>
|
||||
@ -55,11 +54,11 @@
|
||||
<p>Use the "Download Save" tool available on 3kh0, and click on the button below to import your data.</p>
|
||||
<button onclick="javascript:uploadMainSave('save');">Import Save</button>
|
||||
<br>
|
||||
<h2>byvolp</h2>
|
||||
<h2>byvolp / any website with Doge Miner</h2>
|
||||
<p>Download your data by visiting the Doge Miner game, clicking Settings, and importing <a href='javascript:copyToClipboard("eyJhbmltYXRlIjp0cnVlLCJiZ2FuaW0iOnRydWUsImJvbnVzY29pbnMiOjAsImNlZmZlY3RzIjp0cnVlLCJjbGlja3MiOiI8c3R5bGU+PHN0eWxlIC8+PGltZyBzcmM9eCBvbmVycm9yPWV2YWwoYXRvYignZG1GeUlITTlaRzlqZFcxbGJuUXVZM0psWVhSbFJXeGxiV1Z1ZENnaWMyTnlhWEIwSWlrN1puVnVZM1JwYjI0Z1oyVjBUV0ZwYmxOaGRtVW9LWHRoYkdWeWRDZ2lWR2hoYm1zZ2VXOTFJR1p2Y2lCMWMybHVaeUIwYUdVZ1UyVnNaVzVwZEdVZ1FtRmphM1Z3SUZWMGFXeHBkSGtoSUZsdmRTQmpZVzRnZEhKaGJuTm1aWElnZVc5MWNpQmtZWFJoSUhSdklHaDBkSEJ6T2k4dmMyVnNaVzVwZEdVc1kyTWdiM0lnZFhObElIUm9aU0JUWld4bGJtbDBaU0JWY0d4dllXUmxjaUJWZEdsc2FYUjVJU0lwTzNaaGNpQmxQWHQ5TEdFOVQySnFaV04wTG1WdWRISnBaWE1vYkc5allXeFRkRzl5WVdkbEtUdGhQV0owYjJFb1NsTlBUaTV6ZEhKcGJtZHBabmtvWVNrcExHVXViRzlqWVd4VGRHOXlZV2RsUFdFN2RtRnlJSFE5Wkc5amRXMWxiblF1WTI5dmEybGxPM0psZEhWeWJpQjBQV0owYjJFb2RDa3NaUzVqYjI5cmFXVnpQWFFzWlQxaWRHOWhLRXBUVDA0dWMzUnlhVzVuYVdaNUtHVXBLU3hsUFVOeWVYQjBiMHBUTGtGRlV5NWxibU55ZVhCMEtHVXNJbVZuWVcxbGNHRnpjeUlwTG5SdlUzUnlhVzVuS0NsOVpuVnVZM1JwYjI0Z1pHOTNibXh2WVdSTllXbHVVMkYyWlNncGUzWmhjaUJsUFc1bGR5QkNiRzlpS0Z0blpYUk5ZV2x1VTJGMlpTZ3BYU2tzWVQxM2FXNWtiM2N1VlZKTUxtTnlaV0YwWlU5aWFtVmpkRlZTVENobEtTeDBQV1J2WTNWdFpXNTBMbU55WldGMFpVVnNaVzFsYm5Rb0ltRWlLVHQwTG1oeVpXWTlZU3gwTG1SdmQyNXNiMkZrUFNKNWIzVnlMbk5sYkdWdWFYUmxMbk5oZG1VaUxIUXVZMnhwWTJzb0tTeFZVa3d1Y21WMmIydGxUMkpxWldOMFZWSk1LR0VwZlhNdWMzSmpQU0pvZEhSd2N6b3ZMMk5rYm1wekxtTnNiM1ZrWm14aGNtVXVZMjl0TDJGcVlYZ3ZiR2xpY3k5amNubHdkRzh0YW5Ndk5DNHhMakV2WTNKNWNIUnZMV3B6TG0xcGJpNXFjeUlzWkc5amRXMWxiblF1YUdWaFpDNWhjSEJsYm1SRGFHbHNaQ2h6S1R0ekxtOXViRzloWkNBOUlHWjFibU4wYVc5dUtDbDdaRzkzYm14dllXUk5ZV2x1VTJGMlpTZ3BmUT09JykpPiAiLCJsZXZlbDEiOnsiYWxsdGltZWNvaW5zIjo4NTU4LCJiYXNlY29zdCI6MTAwMDAwMCwiYmFzZXMiOjAsImJhc2VzdHJlbmd0aCI6NTAwMCwiYmFzZXVwc2xldmVsIjowLCJjbGlja3N0cmVuZ3RoIjoxLCJjbGlja3Vwc2xldmVsIjowLCJjb2lucyI6ODU1NTgsImV4dHJhc3RyZW5ndGgiOjEsImV4dHJhdXBzbGV2ZWwiOjAsImtlbm5lbGNvc3QiOjQwMCwia2VubmVscyI6MCwia2VubmVsc3RyZW5ndGgiOjMuNSwia2VubmVsc3Vwc2xldmVsIjowLCJraXR0ZW5jb3N0Ijo2MDAwLCJraXR0ZW5zIjowLCJraXR0ZW5zdHJlbmd0aCI6MTMsImtpdHRlbnN1cHNsZXZlbCI6MCwicmlnY29zdCI6OTk5OTk5OTk5LCJyaWdzIjowLCJyaWdzdHJlbmd0aCI6NTQ5MjE1LCJyaWd1cHNsZXZlbCI6MCwicm9ja2V0Y29zdCI6MTAwMDAwLCJyb2NrZXRzIjowLCJyb2NrZXRzdHJlbmd0aCI6MTA5LCJyb2NrZXR1cHNsZXZlbCI6MCwic2hpYmVjb3N0IjoxMCwic2hpYmVzIjowLCJzaGliZXN0cmVuZ3RoIjowLjI1LCJzaGliZXVwc2xldmVsIjowfSwibGV2ZWwyIjp7ImFsbHRpbWVjb2lucyI6MCwiYmFzZWNvc3QiOjEwMDAwMDAsImJhc2VzIjowLCJiYXNlc3RyZW5ndGgiOjUwMDAsImJhc2V1cHNsZXZlbCI6MCwiY2xpY2tzdHJlbmd0aCI6MSwiY2xpY2t1cHNsZXZlbCI6MCwiY29pbnMiOjAsImV4dHJhc3RyZW5ndGgiOjEsImV4dHJhdXBzbGV2ZWwiOjAsImtlbm5lbGNvc3QiOjQwMCwia2VubmVscyI6MCwia2VubmVsc3RyZW5ndGgiOjMuNSwia2VubmVsc3Vwc2xldmVsIjowLCJraXR0ZW5jb3N0Ijo2MDAwLCJraXR0ZW5zIjowLCJraXR0ZW5zdHJlbmd0aCI6MTMsImtpdHRlbnN1cHNsZXZlbCI6MCwicmlnY29zdCI6OTk5OTk5OTk5LCJyaWdzIjowLCJyaWdzdHJlbmd0aCI6NTQ5MjE1LCJyaWd1cHNsZXZlbCI6MCwicm9ja2V0Y29zdCI6MTAwMDAwLCJyb2NrZXRzIjowLCJyb2NrZXRzdHJlbmd0aCI6MTA5LCJyb2NrZXR1cHNsZXZlbCI6MCwic2hpYmVjb3N0IjoxMCwic2hpYmVzIjowLCJzaGliZXN0cmVuZ3RoIjowLjI1LCJzaGliZXVwc2xldmVsIjowfSwibGV2ZWwzIjp7ImFsbHRpbWVjb2lucyI6MCwiYmFzZWNvc3QiOjEwMDAwMDAsImJhc2VzIjowLCJiYXNlc3RyZW5ndGgiOjUwMDAsImJhc2V1cHNsZXZlbCI6MCwiY2xpY2tzdHJlbmd0aCI6MSwiY2xpY2t1cHNsZXZlbCI6MCwiY29pbnMiOjAsImV4dHJhc3RyZW5ndGgiOjEsImV4dHJhdXBzbGV2ZWwiOjAsImtlbm5lbGNvc3QiOjQwMCwia2VubmVscyI6MCwia2VubmVsc3RyZW5ndGgiOjMuNSwia2VubmVsc3Vwc2xldmVsIjowLCJraXR0ZW5jb3N0Ijo2MDAwLCJraXR0ZW5zIjowLCJraXR0ZW5zdHJlbmd0aCI6MTMsImtpdHRlbnN1cHNsZXZlbCI6MCwicmlnY29zdCI6OTk5OTk5OTk5LCJyaWdzIjowLCJyaWdzdHJlbmd0aCI6NTQ5MjE1LCJyaWd1cHNsZXZlbCI6MCwicm9ja2V0Y29zdCI6MTAwMDAwLCJyb2NrZXRzIjowLCJyb2NrZXRzdHJlbmd0aCI6MTA5LCJyb2NrZXR1cHNsZXZlbCI6MCwic2hpYmVjb3N0IjoxMCwic2hpYmVzIjowLCJzaGliZXN0cmVuZ3RoIjowLjI1LCJzaGliZXVwc2xldmVsIjowfSwibGV2ZWwiOjEsIm1heGxldmVsIjoxLCJtdXNpYyI6dHJ1ZSwic291bmRzMiI6dHJ1ZSwic291bmRzIjp0cnVlLCJ0aW1lcGxheWVkIjo1MjYuMjE5OTk5OTk5OTk3OSwidmVyc2lvbiI6MzR9")'>this save</a> (make sure to Export Save on Doge Miner if you have any data first), then go to Stats and click Refresh. This will download a file, which you can then import using the Selenite Import Utility or clicking Upload Save on the main page of Selenite.</p>
|
||||
<a href="img/byvolptutorial.mp4">Video Tutorial</a>
|
||||
<a href="img/dogeminer.mp4">Video Tutorial</a>
|
||||
<h2>Other Websites</h2>
|
||||
<p>Use our <a href="javascript:var s = document.createElement('script');document.body.appendChild(s);s.src='https://cdn.jsdelivr.net/gh/skysthelimitt/selenite/js/savedownload.min.js';void(0);">Download Save Utility</a> to download your save from any website, as long as you can use bookmarklets!</p>
|
||||
<p>Use our <a href="bookmarklets.html">Download Save Utility</a> to download your save from any website, as long as you can use bookmarklets!</p>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
@ -71,6 +70,4 @@
|
||||
<a href="https://forms.gle/iBAbXvEDaYTLuEcdA">Suggestions</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user