-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
329 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,174 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="robots" content="noindex"> | ||
<link rel="icon" href="/assets/img/salyte.jpg"> | ||
<link rel="stylesheet" href="/assets/css/app.css?v=2.2"> | ||
<link rel="stylesheet" href="/assets/css/gms.css?v=2.2"> | ||
<link rel="stylesheet" href="/assets/css/menu.css?v=2.2"> | ||
<script rel="preload" src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js?v=2.2"></script> | ||
<script src="/assets/js/particles.js?v=2.2"></script> | ||
<script src="/assets/js/cdn-rocket.js?v=2.2"></script> | ||
<script src="/assets/js/anym.js?v=2.2"></script> | ||
<title>Learn | Salyte</title> | ||
<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');</script> | ||
</head> | ||
<body> | ||
<div id="contextMenu" class="context-menu themesExcluded" style="--ripple-duration: 300ms;"><div class="context-menu-item with-submenu themesExcluded" id="contextItem" anim="ripple" onclick="toggleSubmenu(event)"><i class="bi bi-file-spreadsheet"></i> Tab Cloak</div><div class="context-submenu themesExcluded" id="contextItem"><div class="context-menu-item themesExcluded" id="contextItem" anim="ripple" onclick="tabCloak()">Enable</div><div class="context-menu-item themesExcluded" anim="ripple" onclick="disableTabCloak()">Disable</div></div><div class="context-menu-item themesExcluded" id="contextItem" onclick="visitSite()"><i class="bi bi-clock-history"></i> Last Visited Site</div><div class="context-menu-item themesExcluded" id="contextItem" onclick="openWindow()"><i class="bi bi-box-arrow-up-right"></i> About:Blank Cloak</div><div class="context-menu-item themesExcluded" id="contextItem" onclick="openSettings()"><i class="bi bi-gear"></i> View all Settings</div></div> | ||
<nav id="mytopnav"> | ||
<button class="btn-main" anim="ripple" onclick="send('/settings.html')"><i class="bi bi-gear" style="font-size:30px;"></i>Settings</button> | ||
<button class="btn-main" anim="ripple" onclick="send('/gms')"><i class="bi bi-joystick" style="font-size:30px;"></i>Games</button> | ||
<button class="btn-main active" anim="ripple"><i class="bi bi-grid-fill" style="font-size:30px;"></i>Apps</button><br> | ||
<a href="/" class="title" anim="ripple"><img src="/assets/img/doge2.jpg" style="width:22px;height:22px;" id="logo"> Doge Unblocker</a> | ||
</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"> | ||
<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"> | ||
<div id="searchMessage" class="themesExcluded" style="display: none;color:white;text-align: center;font-size: 30px;margin:20px;font-family:poppins;padding: 0;"></div> | ||
<div id="fetchMessage" class="themesExcluded" style="display:block;color:white;text-align: center;font-size: 30px;margin:20px;font-family:poppins;padding: 0;">Loading apps...</div> | ||
</div><br> | ||
<script src="/wk/wk2.js?v=2.2"></script> | ||
<script src="/assets/js/themes.js?v=2.2"></script> | ||
<script src="/assets/js/ag.js?v=2.2"></script> | ||
<script src="/assets/js/apps.js?v=2.2"></script> | ||
<script src="/assets/js/main.js?v=2.2"></script> | ||
<script type='text/javascript' src='//cogentselfish.com/cc/1e/f1/cc1ef15b8ddac4fa79288c68db740550.js'></script> | ||
<script id="aclib" type="text/javascript" src="//acscdn.com/script/aclib.js"></script> | ||
<script type="text/javascript"> | ||
aclib.runAutoTag({ | ||
zoneId: 'hcvitnb9oe', | ||
}); | ||
</script> | ||
</body> | ||
</html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="robots" content="noindex" /> | ||
<link rel="icon" href="/assets/img/salyte.jpg" /> | ||
<link rel="stylesheet" href="/assets/css/app.css?v=2.2" /> | ||
<link rel="stylesheet" href="/assets/css/gms.css?v=2.2" /> | ||
<link rel="stylesheet" href="/assets/css/menu.css?v=2.2" /> | ||
<script | ||
rel="preload" | ||
src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js?v=2.2" | ||
></script> | ||
<script src="/assets/js/particles.js?v=2.2"></script> | ||
<script src="/assets/js/cdn-rocket.js?v=2.2"></script> | ||
<script src="/assets/js/anym.js?v=2.2"></script> | ||
<title>Learn | Salyte</title> | ||
<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"); | ||
</script> | ||
</head> | ||
<body> | ||
<div | ||
id="contextMenu" | ||
class="context-menu themesExcluded" | ||
style="--ripple-duration: 300ms" | ||
> | ||
<div | ||
class="context-menu-item with-submenu themesExcluded" | ||
id="contextItem" | ||
anim="ripple" | ||
onclick="toggleSubmenu(event)" | ||
> | ||
<i class="bi bi-file-spreadsheet"></i> Tab Cloak | ||
</div> | ||
<div class="context-submenu themesExcluded" id="contextItem"> | ||
<div | ||
class="context-menu-item themesExcluded" | ||
id="contextItem" | ||
anim="ripple" | ||
onclick="tabCloak()" | ||
> | ||
Enable | ||
</div> | ||
<div | ||
class="context-menu-item themesExcluded" | ||
anim="ripple" | ||
onclick="disableTabCloak()" | ||
> | ||
Disable | ||
</div> | ||
</div> | ||
<div | ||
class="context-menu-item themesExcluded" | ||
id="contextItem" | ||
onclick="visitSite()" | ||
> | ||
<i class="bi bi-clock-history"></i> Last Visited Site | ||
</div> | ||
<div | ||
class="context-menu-item themesExcluded" | ||
id="contextItem" | ||
onclick="openWindow()" | ||
> | ||
<i class="bi bi-box-arrow-up-right"></i> About:Blank Cloak | ||
</div> | ||
<div | ||
class="context-menu-item themesExcluded" | ||
id="contextItem" | ||
onclick="openSettings()" | ||
> | ||
<i class="bi bi-gear"></i> View all Settings | ||
</div> | ||
</div> | ||
<nav id="mytopnav"> | ||
<button class="btn-main" anim="ripple" onclick="send('/settings.html')"> | ||
<i class="bi bi-gear" style="font-size: 30px"></i>Settings | ||
</button> | ||
<button class="btn-main" anim="ripple" onclick="send('/gms')"> | ||
<i class="bi bi-joystick" style="font-size: 30px"></i>Games | ||
</button> | ||
<button class="btn-main active" anim="ripple"> | ||
<i class="bi bi-grid-fill" style="font-size: 30px"></i>Apps</button | ||
><br /> | ||
<a href="/" class="title" anim="ripple" | ||
><img | ||
src="/assets/img/doge2.jpg" | ||
style="width: 22px; height: 22px" | ||
id="logo" | ||
/> | ||
Doge Unblocker</a | ||
> | ||
</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"> | ||
<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"> | ||
<div | ||
id="searchMessage" | ||
class="themesExcluded" | ||
style=" | ||
display: none; | ||
color: white; | ||
text-align: center; | ||
font-size: 30px; | ||
margin: 20px; | ||
font-family: poppins; | ||
padding: 0; | ||
" | ||
></div> | ||
<div | ||
id="fetchMessage" | ||
class="themesExcluded" | ||
style=" | ||
display: block; | ||
color: white; | ||
text-align: center; | ||
font-size: 30px; | ||
margin: 20px; | ||
font-family: poppins; | ||
padding: 0; | ||
" | ||
> | ||
Loading apps... | ||
</div> | ||
</div> | ||
<br /> | ||
<script src="/wk/wk2.js?v=2.2"></script> | ||
<script src="/assets/js/themes.js?v=2.2"></script> | ||
<script src="/assets/js/ag.js?v=2.2"></script> | ||
<script src="/assets/js/apps.js?v=2.2"></script> | ||
<script src="/assets/js/main.js?v=2.2"></script> | ||
<!--<script type='text/javascript' src='//cogentselfish.com/cc/1e/f1/cc1ef15b8ddac4fa79288c68db740550.js'></script>--> | ||
<script | ||
id="aclib" | ||
type="text/javascript" | ||
src="//acscdn.com/script/aclib.js" | ||
></script> | ||
<script type="text/javascript"> | ||
aclib.runAutoTag({ | ||
zoneId: "hcvitnb9oe", | ||
}); | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.