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

Commit

Permalink
help
Browse files Browse the repository at this point in the history
  • Loading branch information
skysthelimitt committed Oct 15, 2023
1 parent b7d82cf commit ec58300
Show file tree
Hide file tree
Showing 42 changed files with 42 additions and 510 deletions.
4 changes: 2 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ <h2>Credits</h2>
<p><a href="https://3kh0.net">3kh0</a>: a lot of games, the download/upload save feature, and the main inspiration</p>

<h2>Developers</h2>
<a href="https://github.com/skysthelimitt"><sl-avatar image="https://cdn.discordapp.com/avatars/1014608595263950848/fbc25e2f109d98e9f50c361342dbc4f7.webp" label="skysthelimitt"></sl-avatar> <p>Sky</p></a>
<a href="https://github.com/selenite-cc"><sl-avatar image="https://cdn.discordapp.com/avatars/1014608595263950848/fbc25e2f109d98e9f50c361342dbc4f7.webp" label="skysthelimitt"></sl-avatar> <p>Sky</p></a>

<h2>Supporters</h2>
<a href="https://discord.com/users/731338278082445376"><sl-avatar image="https://cdn.discordapp.com/avatars/731338278082445376/1844d9f0f33f23cb385c6b412e3a6040.webp?size=80" label="skysthelimitt"></sl-avatar> <p>Caidn</p></a>
</main>

<footer class="noscroll">
<a href="https://github.com/skysthelimitt/Selenite">Source Code</a>
<a href="https://github.com/selenite-cc/Selenite">Source Code</a>
<a id="panicmode">Panic Mode</a>
<a href="/transfer.html">Transfer</a>
<a href="/suggest.html">Bug Reports</a>
Expand Down
1 change: 0 additions & 1 deletion ads.txt

This file was deleted.

32 changes: 2 additions & 30 deletions blank.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,6 @@
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
let url;
getCDN();
async function getCDN() {
$.getJSON(
"https://raw.githubusercontent.com/skysthelimitt/selenite-optimized/main/links.json",
async function (data) {
cdnurls = data["urls"];
for (let i = 0; i < cdnurls.length; i++) {
var check = await fetch(cdnurls[i] + "/README.md");
var checktext = await check.text();
if (checktext.startsWith("## Selenite")) {
console.log("CDN Found: " + cdnurls[i]);
url = cdnurls[i];
createBlank();
window.location.href = "https://google.com"
break;
} else {
console.log("CDN Blocked: " + cdnurls[i]);
}
}
if (!url) {
alert(
"looks like none of the cdns are available, please check again later."
);
}
}
);
}
function createBlank() {
win = window.open();
win.document.body.style.margin = "0";
Expand All @@ -41,9 +13,10 @@
iframe.style.margin = "0";
iframe.referrerpolicy = "no-referrer";
iframe.allow = "fullscreen";
iframe.src = url;
iframe.src = location.origin;
win.document.body.appendChild(iframe);
}
createBlank();
</script>
<style>
body {
Expand All @@ -55,6 +28,5 @@
</style>
</head>
<body>
<h1>looking for url..</h1>
</body>
</html>
2 changes: 1 addition & 1 deletion bookmarklets.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h2>Other Bookmarklets</h2>
</main>

<footer>
<a href="https://github.com/skysthelimitt/Selenite">Source Code</a>
<a href="https://github.com/selenite-cc/Selenite">Source Code</a>
<a id="panicmode">Panic Mode</a>
<a href="/transfer.html">Transfer your data</a>
<a href="/suggest.html">Bug Reports</a>
Expand Down
Binary file added btd5/wogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added btd6/uwu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h3>You can contact me using the following methods:</h3>
</main>

<footer class="noscroll">
<a href="https://github.com/skysthelimitt/Selenite">Source Code</a>
<a href="https://github.com/selenite-cc/Selenite">Source Code</a>
<a id="panicmode">Panic Mode</a>
<a href="/transfer.html">Transfer your data</a>
<a href="/suggest.html">Bug Reports</a>
Expand Down
15 changes: 15 additions & 0 deletions games.json
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,21 @@
"directory": "btd4",
"image": "logo.jpg"
},
{
"name": "Bloons Tower Defense 6",
"directory": "btd6",
"image": "uwu.png"
},
{
"name": "Bloons Tower Defense 5",
"directory": "btd5",
"image": "wogo.png"
},
{
"name": "Last Horizon",
"directory": "lasthorizon",
"image": "wogo owo.jpg"
},
{
"name": "1 on 1 Soccer",
"directory": "1on1soccer",
Expand Down
7 changes: 0 additions & 7 deletions idleresearch/055da7424539a3587af1539f0161b25f.js.br

This file was deleted.

1 change: 0 additions & 1 deletion idleresearch/6876.3fcddd163fcddd16.js

This file was deleted.

Loading

2 comments on commit ec58300

@vercel
Copy link

@vercel vercel bot commented on ec58300 Oct 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

school-education – ./

school-education-abcc1233.vercel.app
school-education-git-main-abcc1233.vercel.app
school-education.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ec58300 Oct 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

space-lovers – ./

space-lovers.vercel.app
space-lovers-git-main-abcc1233.vercel.app
space-lovers-abcc1233.vercel.app

Please sign in to comment.