Skip to content

Commit

Permalink
v4.4.6 - Small UI Updates, Small Apps & Games Update
Browse files Browse the repository at this point in the history
  • Loading branch information
derpbyte committed Mar 25, 2024
1 parent 5cf8ba1 commit d945de3
Show file tree
Hide file tree
Showing 29 changed files with 475 additions and 289 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "education",
"version": "4.4.5",
"version": "4.4.6",
"description": "",
"type": "module",
"engines": {
Expand Down
1 change: 0 additions & 1 deletion static/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<link rel="icon" href="/assets/img/doge.jpg">
<link rel="stylesheet" href="/assets/css/app.css">
<link rel="stylesheet" href="/assets/css/menu.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/script.js/2.0.2/script.min.js" integrity="sha512-UWtTDM6wtl/qutDD6i1JOGZGiEd92dveVzuLl8sMBkMHlOHcbZdexM7ZrKkeaugW7vhqDnWc2pPD/ohEV+BBbg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script rel="preload" src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
Expand Down
96 changes: 59 additions & 37 deletions static/agloader.html
Original file line number Diff line number Diff line change
@@ -1,65 +1,87 @@
<!DOCTYPE html>

<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex">
<link rel="icon" href="/assets/img/doge.jpg" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/script.js/2.0.2/script.min.js" integrity="sha512-UWtTDM6wtl/qutDD6i1JOGZGiEd92dveVzuLl8sMBkMHlOHcbZdexM7ZrKkeaugW7vhqDnWc2pPD/ohEV+BBbg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/script.js/2.0.2/script.min.js"
integrity="sha512-UWtTDM6wtl/qutDD6i1JOGZGiEd92dveVzuLl8sMBkMHlOHcbZdexM7ZrKkeaugW7vhqDnWc2pPD/ohEV+BBbg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="/assets/js/anym.js"></script>
<script src="/assets/js/functions.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6YEQ7Q0XRC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6YEQ7Q0XRC');
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-6YEQ7Q0XRC');
</script>
<title>Doge | V4</title>
<script>
window.onload = function() {
let encodedAg = localStorage.getItem("agUrl");
encodedAg = "/service/" + encodedAg;
document.querySelector("#siteurl").src = encodedAg;
window.onload = function () {

let encodedAg = localStorage.getItem("agUrl");
encodedAg = "/service/" + encodedAg;
document.querySelector("#siteurl").src = encodedAg;
/* Now.GG */
var scriptElement = document.createElement('script');
scriptElement.src = '/assets/js/now.js';
scriptElement.onload = function() {
console.log('Sucessfully loaded Now.GG injection script.');
};
scriptElement.onerror = function() {
console.error('Now.GG injection could not be loaded.');
};
document.head.appendChild(scriptElement);
/* URL Cloaking */
function getRandomThreeDigitNumber() {
return Math.floor(Math.random() * 900) + 100;
}
var scriptElement = document.createElement('script');
scriptElement.src = '/assets/js/now.js';
scriptElement.onload = function () {
console.log('Sucessfully loaded Now.GG injection script.');
};
scriptElement.onerror = function () {
console.error('Now.GG injection could not be loaded.');
};
document.head.appendChild(scriptElement);
/* URL Cloaking */
function getRandomThreeDigitNumber() {
return Math.floor(Math.random() * 900) + 100;
}
function getRandomAlphanumericString(length) {
const characters = "abcdefghijklmnopqrstuvw0123456789012345";
let result = "";
for (let i = 0; i < length; i++) {
result += characters.charAt(Math.floor(Math.random() * characters.length));
}
return result;
}
const characters = "abcdefghijklmnopqrstuvw0123456789012345";
let result = "";
for (let i = 0; i < length; i++) {
result += characters.charAt(Math.floor(Math.random() * characters.length));
}
return result;
}
var randomThreeDigitNumber = getRandomThreeDigitNumber();
var randomAlphanumericString = getRandomAlphanumericString(15);
var url = "/lessons?pg=" + randomThreeDigitNumber + "#" + randomAlphanumericString;
var title = "Google Docs";
var randomAlphanumericString = getRandomAlphanumericString(15);
var url = "/lessons?pg=" + randomThreeDigitNumber + "#" + randomAlphanumericString;
var title = "Google Docs";
history.pushState({}, title, url);
};
</script>
};
</script>
</head>

<body>
<script src="/assets/js/index.js"></script>
<script src="/uv/uv.bundle.js"></script>
<script src="/uv/uv.bundle.js"></script>
<script src="/uv/uv.config.js"></script>
<script src="/assets/js/ag.js"></script>
<script>
if (localStorage.getItem("currentAg") == "nealFun") {
window.addEventListener("message", (event) => {

iframe = document.getElementById('siteurl')
if (event.source === iframe.contentWindow) {

const game = event.data.nfg



} else {
//pass
}
});
}
</script>
<script>
window.navigator.serviceWorker
.register("/sw.js", {
scope: __uv$config.prefix,
});
.register("/sw.js", {
scope: __uv$config.prefix,
});
</script>
<iframe src="loading.html" id="siteurl" style="position: fixed; inset: 0px; outline: none; border: none; height: 100%; width: 100%; overflow: hidden;"></iframe>
</body>
4 changes: 2 additions & 2 deletions static/apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<link rel="stylesheet" href="/assets/css/app.css">
<link rel="stylesheet" href="/assets/css/gms.css">
<link rel="stylesheet" href="/assets/css/menu.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/script.js/2.0.2/script.min.js" integrity="sha512-UWtTDM6wtl/qutDD6i1JOGZGiEd92dveVzuLl8sMBkMHlOHcbZdexM7ZrKkeaugW7vhqDnWc2pPD/ohEV+BBbg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="/assets/js/functions.js"></script>
Expand All @@ -33,7 +32,8 @@
</nav>
<div class="search-bar themesExcluded" style="display: flex; justify-content: center; border-radius: 10px; margin: 20px;">
<form id="searchForm" onsubmit="return false;" autocomplete="off">
<input id="searchApps" placeholder="Search for apps..." class="searchbar"></form>
<i class="bi bi-search searchIcon" style="margin-left: 147px;" id="search"></i>
<input id="searchApps" style="width: 420px;" placeholder="Search for apps" class="searchbar"></form>
</div>
<div class="search-results themesExcluded" id="appContainer" style="display: flex; justify-content: center; flex-wrap: wrap;">
<div id="searchMessage" style="display: none;color:white;text-align: center;font-size: 30px;margin:20px;font-family:poppins;" class="themesExcluded"></div>
Expand Down
30 changes: 29 additions & 1 deletion static/assets/css/app.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
/* devanagari */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

[anim="ripple"] {
position: relative;
overflow: hidden;
Expand Down Expand Up @@ -392,7 +420,7 @@ h2 {

.search {
position: absolute;
margin-top: 28px;
margin-top: 26px;
margin-left: -150px;
color: rgba(117,117,117,255);
font-size: 19px;
Expand Down
20 changes: 20 additions & 0 deletions static/assets/css/gms.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,24 @@ button img {
100% {
opacity: 1;
}
}

input {
font-size: 17px;
}

.searchIcon {
color: rgba(117,117,117,255);
font-size: 15px;
position: absolute;
margin-top: 19px;
transition: .2s;
}

.searchbar {
font-size: 17px;
}

.searchbar:focus {
padding-left: 48px;
}
3 changes: 1 addition & 2 deletions static/assets/css/ubar.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
}

#urlBar input {
flex: 0 0 70%;
align-self: center;
text-align: center;
width: 0;
width: 70%;
margin: 0 12%;
padding: 5px 35px 5px 1%;
margin-right: 10px;
Expand Down
Binary file modified static/assets/img/crazygames.webp
Binary file not shown.
Binary file added static/assets/img/crowd-run-3d.webp
Binary file not shown.
Binary file modified static/assets/img/discord.webp
Binary file not shown.
Binary file added static/assets/img/doge-miner-2.webp
Binary file not shown.
Binary file added static/assets/img/neal.webp
Binary file not shown.
Binary file modified static/assets/img/reddit.webp
Binary file not shown.
Binary file modified static/assets/img/sflix.webp
Binary file not shown.
Binary file added static/assets/img/tall-man-run.webp
Binary file not shown.
Binary file added static/assets/img/vex8.webp
Binary file not shown.
Binary file modified static/assets/img/youtube.webp
Binary file not shown.
Loading

0 comments on commit d945de3

Please sign in to comment.