Add cheats + nav touch-ups
This commit is contained in:
@@ -34,6 +34,16 @@
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
atOptions = {
|
||||
'key' : 'cf0bb7d0401f5ae5534ac09c2e959d20',
|
||||
'format' : 'iframe',
|
||||
'height' : 90,
|
||||
'width' : 728,
|
||||
'params' : {}
|
||||
};
|
||||
document.write('<scr' + 'ipt type="text/javascript" src="//outrightsham.com/cf0bb7d0401f5ae5534ac09c2e959d20/invoke.js"></scr' + 'ipt>');
|
||||
</script>
|
||||
<script src="/assets/js/main.js" type="module"></script>
|
||||
<script src='https://cdn.jsdelivr.net/npm/@widgetbot/crate@3' async defer>
|
||||
new Crate({
|
||||
|
||||
@@ -1,17 +1,12 @@
|
||||
[
|
||||
{
|
||||
"name": "Kahoot",
|
||||
"source": "/service/hvtrs8%2F-kchmov.alwb-pna%7B%2F",
|
||||
"image": "https://images.crunchbase.com/image/upload/c_lpad,f_auto,q_auto:eco,dpr_1/bscfnl23chnan1yyilrn"
|
||||
},
|
||||
{
|
||||
"name": "Prodigy",
|
||||
"source": "/service/hvtrs8%2F-wuw%2Cppofieyz.mre%2Fknqtclnilg-",
|
||||
"source": "/assets/misc/cheats/prodigy.html",
|
||||
"image": "https://webcdn.prodigygame.com/common/images/socialshare.png"
|
||||
},
|
||||
{
|
||||
"name": "Blooket",
|
||||
"source": "/service/hvtrs8%2F-07kmnx.eivhwb%2Cim%2F%40lmoiev-Ahgavs-",
|
||||
"source": "/assets/misc/cheats/blooket.html",
|
||||
"image": "https://media.discordapp.net/attachments/1118495479802630174/1158062820097802331/latest.png?ex=651ae18c&is=6519900c&hm=544b7a8eb56236327b7bcabfce4b688428d59a63c8e07bcb2aab3ff81c916286&="
|
||||
},
|
||||
{
|
||||
@@ -19,11 +14,6 @@
|
||||
"source": "/service/hvtrs8%2F-efpwzxlg.js%2Cva%2F",
|
||||
"image": "https://edpuzzle.imgix.net/edpuzzle-logos/vertical-logo.png"
|
||||
},
|
||||
{
|
||||
"name": "Gimkit",
|
||||
"source": "/service/hvtrs8%2F-gktju%60.aoo%2FVhgLcz%7BSsukd-GkmiivCject",
|
||||
"image": "https://images.crunchbase.com/image/upload/c_lpad,f_auto,q_auto:eco,dpr_1/iin53jlbkmdjjdpjbcde"
|
||||
},
|
||||
{
|
||||
"name": "Quizizz",
|
||||
"source": "/service/hvtrs8%2F-qwixiv.mnnile-sgrtiaeq%2Fsukzkzx%2F",
|
||||
@@ -31,7 +21,7 @@
|
||||
},
|
||||
{
|
||||
"name": "Quizlet",
|
||||
"source": "/service/hvtrs8%2F-qwixiv.mnnile-sgrtiaeq%2Fsukznev%2F",
|
||||
"source": "/assets/misc/cheats/quizlet.html",
|
||||
"image": "https://assets.quizlet.com/a/j/dist/app/i/brandmark/1024.38e7be0a829de8f.png"
|
||||
}
|
||||
]
|
||||
@@ -33,10 +33,10 @@
|
||||
.navbar>.end>a {
|
||||
border-style: solid;
|
||||
border-width: 0.2vh;
|
||||
margin: 0.5rem;
|
||||
margin: 0.3rem;
|
||||
padding: 0.8rem;
|
||||
cursor: pointer;
|
||||
font-size: 3vh;
|
||||
font-size: 2.7vh;
|
||||
border-radius: 2vh;
|
||||
border-color: rgba( 0, 0, 0, 0);
|
||||
transition: border-color 0.4s linear;
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
|
||||
<title>404 Error | Polaris</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content box">
|
||||
<h1 style="font-size: 50px;">Blooket</h1>
|
||||
<p>To install the Blooket hacks, drag this button to your bookmark bar and click it when you're on blooket:</p>
|
||||
<button><a href="javascript:alert('null')" id="cheatsBtn">
|
||||
<btn class="recent">Blooket Hack</btn>
|
||||
</a>
|
||||
</button>
|
||||
<script>
|
||||
fetch("https://raw.githubusercontent.com/05Konz/Blooket-Cheats/main/cheats/gui.min.js", {
|
||||
method: "GET"
|
||||
}).then((data) => data.text()).then((data) => {
|
||||
let cheats = encodeURIComponent(data.split('*/ ')[1]);
|
||||
document.querySelector('#cheatsBtn').href = 'javascript:' + cheats;
|
||||
}).catch((err) => {
|
||||
console.error("Error fetching Blooket Cheats:", err);
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/main.js" type="module"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
|
||||
<title>404 Error | Polaris</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content box">
|
||||
<h1 style="font-size: 50px;">Quizlet</h1>
|
||||
<p>To install the Quizlet hacks, drag this button to your bookmark bar and click it when you're on quizlet:</p>
|
||||
<button><a href="fetch('https://scripts.quizit.online/quizlet').then(res => res.text()).then(script => eval(script))" id="cheatsBtn">
|
||||
<btn class="recent">Quizlet Hack</btn>
|
||||
</a>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/main.js" type="module"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -8,7 +8,7 @@
|
||||
<a href="/games"><i class="fa-solid fa-gamepad-modern fa-xs"></i>Games</a>
|
||||
<a href="/apps"><i class="fa-solid fa-rocket-launch fa-xs"></i>Apps</a>
|
||||
<a href="/search"><i class="fa-solid fa-magnifying-glass fa-xs"></i>Proxy</a>
|
||||
<!--- <a href="/cheats"><i class="fa-solid fa-computer fa-xs"></i>Cheats</a> -->
|
||||
<a href="/cheats"><i class="fa-solid fa-computer fa-xs"></i>Cheats</a>
|
||||
<a href="#settings" data-link="true" data-attr="sidebar_trigger"><i class="fa-solid fa-gear fa-sm"></i>Settings</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user