new ui finally done.
74
404.html
@ -1,74 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- initialize theme vars -->
|
||||
<style>
|
||||
:root {
|
||||
--input-bg-color: #00000000;
|
||||
--main-text-color: #00000000;
|
||||
--p-text-color: #00000000;
|
||||
--border-color: #00000000;
|
||||
--star-color: #00000000;
|
||||
--game-color: #00000000;
|
||||
--bg-1: #00000000;
|
||||
--bg-2: #00000000;
|
||||
--invert-logo: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- initialize externals -->
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3415518411898563" crossorigin="anonymous"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
|
||||
<script src=" https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js "></script>
|
||||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css"/>
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
|
||||
<style>@import url("https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap");</style>
|
||||
|
||||
<!-- initialize my stuff -->
|
||||
<script src="/js/themes.js"></script>
|
||||
<script src="/js/all.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
|
||||
<!-- seo + other things -->
|
||||
<title>Selenite</title>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="keywords" content="front-end web developer, unblocked, games, google sites, unblocked games mom, ublocked, code, coding, programmer, development, javascript, jquery, bootstrap, sass, less, git, gaming, internet, website, best, site, cool, free games"/>
|
||||
<meta property="og:title" content="Welcome to Selenite." />
|
||||
<meta property="og:site_name" content="https://Selenite.pages.dev" />
|
||||
<meta property="og:description" content="Welcome to the one and only option for unblocked games. Welcome to Selenite."/>
|
||||
<meta name="description" content="Welcome to the one and only option for unblocked games. Welcome to Selenite."/>
|
||||
<meta name="author" content="Website Creator" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
|
||||
</head>
|
||||
<body style="display: none">
|
||||
<div class="content">
|
||||
<ul>
|
||||
<li><a href="/index.html">Home</a></li>
|
||||
<li><a href="/bookmarklets.html">Bookmarklets</a></li>
|
||||
<li><a href="https://forms.gle/iBAbXvEDaYTLuEcdA">Suggestions</a></li>
|
||||
<li><a href="/settings.html">Settings</a></li>
|
||||
<li><a href="https://forms.gle/j75WUn6UhdqsRZgf7">Report a Bug</a></li>
|
||||
<li><a href="https://discord.gg/7jyufnwJNf">Discord</a></li>
|
||||
<li><a href="/support.html">Support Selenite!</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="title">
|
||||
<img src="/new.svg" style="width: 4%; padding-right: 1%; filter: invert(var(--invert-logo, 0))" />
|
||||
<h2 style="font-size: 70px">sewenite</h2>
|
||||
</div>
|
||||
<h2 style="font-size: 40px">۶( ゚д゚) oopsies.. we couwdn't find the page you wewe wooking fow >w<</h2>
|
||||
<a href="/index.html" style="font-size: 35px">(๑•﹏•)⋆* ⁑⋆* pwease go home.. 👉👈</a><br />
|
||||
<a href="https://forms.gle/j75WUn6UhdqsRZgf7" style="font-size: 25px">awso wepowt a bug by cwicking hewe.. (*/ω\*) me wouwd appweciate it.. this isnt nyowmaw :゚(ノω\)゚・。</a>
|
||||
<div id="footer">
|
||||
<ul>
|
||||
<li><a href="https://github.com/skysthelimitt/Selenite">Source Code</a></li>
|
||||
<li><a id="panicmode">Panic Mode</a></li>
|
||||
<li><a href="/transfer.html">Transfer your data</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,98 +1,115 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- initialize theme vars -->
|
||||
<style>
|
||||
:root {
|
||||
--input-bg-color: #00000000;
|
||||
--main-text-color: #00000000;
|
||||
--p-text-color: #00000000;
|
||||
--border-color: #00000000;
|
||||
--star-color: #00000000;
|
||||
--game-color: #00000000;
|
||||
--bg-1: #00000000;
|
||||
--bg-2: #00000000;
|
||||
--invert-logo: 0;
|
||||
}
|
||||
</style>
|
||||
<!-- initialize theme vars
|
||||
https://coolors.co/10002b-240046-3c096c-5a189a-7b2cbf-9d4edd-c77dff-e0aaff -->
|
||||
|
||||
<!-- initialize externals -->
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3415518411898563" crossorigin="anonymous"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
|
||||
<script src=" https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js "></script>
|
||||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css"/>
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
|
||||
<style>@import url("https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap");</style>
|
||||
|
||||
|
||||
<!-- initialize my stuff -->
|
||||
<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" />
|
||||
|
||||
<!-- seo + other things -->
|
||||
<title>Selenite</title>
|
||||
<title>Bookmarklets | Selenite</title>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="keywords" content="front-end web developer, unblocked, games, google sites, unblocked games mom, ublocked, code, coding, programmer, development, javascript, jquery, bootstrap, sass, less, git, gaming, internet, website, best, site, cool, free games"/>
|
||||
<meta
|
||||
name="keywords"
|
||||
content="front-end web developer, unblocked, games, google sites, unblocked games mom, ublocked, code, coding, programmer, development, javascript, jquery, bootstrap, sass, less, git, gaming, internet, website, best, site, cool, free games"
|
||||
/>
|
||||
<meta property="og:title" content="Welcome to Selenite." />
|
||||
<meta property="og:site_name" content="https://Selenite.pages.dev" />
|
||||
<meta property="og:description" content="Welcome to the one and only option for unblocked games. Welcome to Selenite."/>
|
||||
<meta name="description" content="Welcome to the one and only option for unblocked games. Welcome to Selenite."/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Welcome to the one and only option for unblocked games. Welcome to Selenite."
|
||||
/>
|
||||
<meta
|
||||
name="description"
|
||||
content="Welcome to the one and only option for unblocked games. Welcome to Selenite."
|
||||
/>
|
||||
<meta name="author" content="Website Creator" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
|
||||
<!-- toastify -->
|
||||
<script></script>
|
||||
</head>
|
||||
<body style="display: none">
|
||||
<div class="content">
|
||||
<ul>
|
||||
<li><a href="/index.html">Home</a></li>
|
||||
<li><a href="/bookmarklets.html">Bookmarklets</a></li>
|
||||
<li><a href="https://forms.gle/iBAbXvEDaYTLuEcdA">Suggestions</a></li>
|
||||
<li><a href="/settings.html">Settings</a></li>
|
||||
<li><a href="https://forms.gle/j75WUn6UhdqsRZgf7">Report a Bug</a></li>
|
||||
<li><a href="https://discord.gg/7jyufnwJNf">Discord</a></li>
|
||||
<li><a href="/support.html">Support Selenite!</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Bookmarklets</h2>
|
||||
<a class="bookmarklet" 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);">Selenite Save Utility</a>
|
||||
<p>Drag the link above to your bookmarks bar. This is the official Selenite Save Utility, which allows you to download your data from any website easily.</p>
|
||||
<a class="bookmarklet" href="javascript:var s = document.createElement('script');document.body.appendChild(s);s.src='https://cdn.jsdelivr.net/gh/skysthelimitt/selenite/js/uploaddownload.min.js';void(0);">Selenite Upload Utility (UNFINISHED)</a>
|
||||
<p>Drag the link above to your bookmarks bar. This is the official Selenite Upload Utility, which allows you to upload a Selenite save file to any website easily.</p>
|
||||
<body>
|
||||
<header>
|
||||
<a href="/index.html">Home</a>
|
||||
<a href="/bookmarklets.html">Bookmarklets</a>
|
||||
<a href="/projects.html">Games</a>
|
||||
<a href="/settings.html">Settings</a>
|
||||
<a href="/support.html">Support</a>
|
||||
|
||||
</header>
|
||||
|
||||
<main id="main">
|
||||
<h1>Bookmarklets</h1>
|
||||
<h2>Official Selenite Bookmarklets</h2>
|
||||
<div id="bookmarklets">
|
||||
<div class="bookmarkletdiv">
|
||||
<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);">Selenite Save Utility</a>
|
||||
<p>This is the official Selenite Save Utility, which allows you to download your data from any website easily.</p>
|
||||
</div>
|
||||
<div class="bookmarkletdiv">
|
||||
<a class="bookmarklet" href="javascript:var s = document.createElement('script');document.body.appendChild(s);s.src='https://cdn.jsdelivr.net/gh/skysthelimitt/selenite/js/uploaddownload.min.js';void(0);">Selenite Upload Utility</a>
|
||||
<p>This is the official Selenite Upload Utility, which allows you to upload a Selenite save file to any website easily.</p>
|
||||
</div>
|
||||
<div class="bookmarkletdiv">
|
||||
<a class="seleniteminified bookmarklet">Selenite Minified</a>
|
||||
<p>Drag the link above to your bookmarks bar. This is a minified version of Selenite, that you can open at any time, without relying on a single website.</p>
|
||||
<p>This is a minified version of Selenite, that you can open at any time, without relying on a single website.</p>
|
||||
</div>
|
||||
<div class="bookmarkletdiv">
|
||||
<a href="javascript:(function () {var a = document.createElement('script');a.src = 'data:text/javascript;base64,dmFyIGw9ZG9jdW1lbnQucXVlcnlTZWxlY3RvcigibGlua1tyZWwqPSdpY29uJ10iKXx8ZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgibGluayIpO2wudHlwZT0iaW1hZ2UveC1pY29uIixsLnJlbD0ic2hvcnRjdXQgaWNvbiI7dmFyIGM9cHJvbXB0KCJTZWxlY3QgYSB0YWIgY2xvYWtcbjEuIENhbnZhc1xuMi4gZS1oYWxscGFzc1xuMy4gTmV3IFRhYiIpOzE9PWM/KGwuaHJlZj0iaHR0cHM6Ly9oYXJyaXNvbmJ1cmcuaW5zdHJ1Y3R1cmUuY29tL2Zhdmljb24uaWNvIixkb2N1bWVudC50aXRsZT0iRGFzaGJvYXJkIik6Mj09Yz8obC5ocmVmPSJodHRwczovL2VkdXNwaXJlc29sdXRpb25zLm9yZy93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9jcm9wcGVkLWZhdmljb24tMjcweDI3MC0xLTE1MHgxNTAucG5nIixkb2N1bWVudC50aXRsZT0iRGlnaXRhbCBIYWxsIFBhc3MgfCBlLUhhbGwgUGFzcyB8IEVkdXNwaXJlIFNvbHV0aW9ucyIpOjM9PWMmJihsLmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQkFBQUFBUUNBWUFBQUFmOC85aEFBQUEvVWxFUVZSNDJxMlMwUTNDTUF4RUdZRVJHSUZQMUZKMEpFWGlrdzFnQTlnQU5xQWJ3Q2FNd0FnZG9TTkFIcFZSRTdVSUlTS2QxRHErczMzTzZPOUgwbmd1ZHl6azY3bjhvMFY1eitVdk02MG5IOGtMK1cwZ05KQUcwT1J5aDE1eUpyY2o2UnRRYUtqMVYvVlFoZmIzTTJreWhJZ2NrcXRXb0R4QkppSFRha29jMk96aC9vZ1hJT29Da3dxVlowUUsrUTJFeElzR1FlYTNXQkNwM3dJV0pLbjlYMVk5czFkMDFvMmxBdUQyazBDOGN5bVRwbVlvNEJ0eXZDbDM3M3B3NnM2R0J4RE1SQVRUUXNSN1YyZ2l1SXdJZDdhQnRLT3ZIaEpDNlZaeWxmMnZrVFhGbmJpNmpmdXJWUzVDb2RHblk3TmprcjBKWnNjbkcrZXY1d2wxQnVrcWM0Q0I3Z0FBQUFCSlJVNUVya0pnZ2c9PSIsZG9jdW1lbnQudGl0bGU9Ik5ldyBUYWIiKTs=';document.body.appendChild(a);}())" class="bookmarklet">The Ultimate Tab Cloak</a>
|
||||
<p>Disguise any website you're on as Canvas, Desmos, or Google Drive!</p>
|
||||
</div>
|
||||
<h2>Other Bookmarklets</h2>
|
||||
<div class="bookmarkletdiv">
|
||||
<a href='javascript:console.log(document.body.contentEditable="true"==document.body.contentEditable?"false":"true");' class="bookmarklet">Edit any page</a>
|
||||
<p>Drag the link above to your bookmarks bar. This allows you to edit the text of any webpage.</p>
|
||||
<p>This allows you to edit the text of any webpage.</p>
|
||||
</div>
|
||||
<div class="bookmarkletdiv">
|
||||
<a href="javascript:(function () {var script=document.createElement('script');script.src='https://x-ray-goggles.mouse.org/webxray.js';script.className='webxray';script.setAttribute('data-lang','en-US');script.setAttribute('data-baseuri','https://x-ray-goggles.mouse.org');document.body.appendChild(script);}())" class="bookmarklet">X-Ray Goggles</a>
|
||||
<p>Drag the link above to your bookmarks bar. This allows you to view and edit the source code of any website, like a more powerful version of "Edit any page".</p>
|
||||
<p>This allows you to view and edit the source code of any website, like a more powerful version of "Edit any page".</p>
|
||||
</div>
|
||||
<div class="bookmarkletdiv">
|
||||
<a href="javascript:document.querySelectorAll('*').forEach(e=>e.setAttribute('style','background-color:#222;background-image:none;color:#'+(/^A|BU/.test(e.tagName)?'36c;text-decoration:underline;':'eee;')+e.getAttribute('style')))" class="bookmarklet">Dark Mode</a>
|
||||
<p>Drag the link above to your bookmarks bar. This sets any page to dark mode.</p>
|
||||
<p>This sets any page to dark mode.</p>
|
||||
</div>
|
||||
<div class="bookmarkletdiv">
|
||||
<a href='javascript:void(document.head.appendChild(document.createElement("script")).src="https://cdn.jsdelivr.net/gh/Krazete/bookmarklets/piano.min.js")' class="bookmarklet">Piano</a>
|
||||
<p>Drag the link above to your bookmarks bar. This adds a piano to the page.</p>
|
||||
<p>This adds a piano to the page.</p>
|
||||
</div>
|
||||
<div class="bookmarkletdiv">
|
||||
<a href='javascript:(function()%7B(function() %7Bvar x %3D document.createElement("script")%3Bx.src %3D "https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2FSnowLord7%2Fdevconsole%40master%2Fmain.js"%3Bx.onload %3D alert("Loaded Developer Console!")%3Bdocument.head.appendChild(x)%3B%7D)()%7D)()' class="bookmarklet">Developer Console</a>
|
||||
<p>Drag the link above to your bookmarks bar. This adds all features of the developer console to whatever page your on.</p>
|
||||
<p>This adds all features of the developer console to whatever page your on.</p>
|
||||
</div>
|
||||
<div class="bookmarkletdiv">
|
||||
<a href="javascript:var s = document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='https://cdn.jsdelivr.net/gh/skysthelimitt/Selenite/js/asteroids.min.js';void(0);" class="bookmarklet">Asteroids</a>
|
||||
<p>Drag the link above to your bookmarks bar. This allows you to play Asteroids on the website you are on, destroying everything.</p>
|
||||
<p>This allows you to play Asteroids on the website you are on, destroying everything.</p>
|
||||
</div>
|
||||
<div class="bookmarkletdiv">
|
||||
<a href="javascript:var s = document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='https://cdn.jsdelivr.net/gh/skysthelimitt/Selenite/js/katamari.js';void(0);" class="bookmarklet">Katamari</a>
|
||||
<p>Drag the link above to your bookmarks bar. This allows you to collect the words on the page into a ball. Fun game, I recommend playing it.</p>
|
||||
|
||||
<h2>Tab Cloaks</h2>
|
||||
<a href="javascript:(function () {var a = document.createElement('script');a.src = 'data:text/javascript;base64,dmFyIGw9ZG9jdW1lbnQucXVlcnlTZWxlY3RvcigibGlua1tyZWwqPSdpY29uJ10iKXx8ZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgibGluayIpO2wudHlwZT0iaW1hZ2UveC1pY29uIixsLnJlbD0ic2hvcnRjdXQgaWNvbiI7dmFyIGM9cHJvbXB0KCJTZWxlY3QgYSB0YWIgY2xvYWtcbjEuIENhbnZhc1xuMi4gZS1oYWxscGFzc1xuMy4gTmV3IFRhYiIpOzE9PWM/KGwuaHJlZj0iaHR0cHM6Ly9oYXJyaXNvbmJ1cmcuaW5zdHJ1Y3R1cmUuY29tL2Zhdmljb24uaWNvIixkb2N1bWVudC50aXRsZT0iRGFzaGJvYXJkIik6Mj09Yz8obC5ocmVmPSJodHRwczovL2VkdXNwaXJlc29sdXRpb25zLm9yZy93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wOS9jcm9wcGVkLWZhdmljb24tMjcweDI3MC0xLTE1MHgxNTAucG5nIixkb2N1bWVudC50aXRsZT0iRGlnaXRhbCBIYWxsIFBhc3MgfCBlLUhhbGwgUGFzcyB8IEVkdXNwaXJlIFNvbHV0aW9ucyIpOjM9PWMmJihsLmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQkFBQUFBUUNBWUFBQUFmOC85aEFBQUEvVWxFUVZSNDJxMlMwUTNDTUF4RUdZRVJHSUZQMUZKMEpFWGlrdzFnQTlnQU5xQWJ3Q2FNd0FnZG9TTkFIcFZSRTdVSUlTS2QxRHErczMzTzZPOUgwbmd1ZHl6azY3bjhvMFY1eitVdk02MG5IOGtMK1cwZ05KQUcwT1J5aDE1eUpyY2o2UnRRYUtqMVYvVlFoZmIzTTJreWhJZ2NrcXRXb0R4QkppSFRha29jMk96aC9vZ1hJT29Da3dxVlowUUsrUTJFeElzR1FlYTNXQkNwM3dJV0pLbjlYMVk5czFkMDFvMmxBdUQyazBDOGN5bVRwbVlvNEJ0eXZDbDM3M3B3NnM2R0J4RE1SQVRUUXNSN1YyZ2l1SXdJZDdhQnRLT3ZIaEpDNlZaeWxmMnZrVFhGbmJpNmpmdXJWUzVDb2RHblk3TmprcjBKWnNjbkcrZXY1d2wxQnVrcWM0Q0I3Z0FBQUFCSlJVNUVya0pnZ2c9PSIsZG9jdW1lbnQudGl0bGU9Ik5ldyBUYWIiKTs=';document.body.appendChild(a);}())" class="bookmarklet">The Ultimate Tab Cloak</a>
|
||||
<p>Drag the link above to your bookmarks bar. This adds multiple cloaks in one bookmarklet.</p>
|
||||
<a href="javascript:(function () {var a = document.createElement('script');a.src = 'data:text/javascript;base64,IWZ1bmN0aW9uKCl7dmFyIEE9ZG9jdW1lbnQucXVlcnlTZWxlY3RvcigibGlua1tyZWwqPSdpY29uJ10iKXx8ZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgibGluayIpO0EudHlwZT0iaW1hZ2UveC1pY29uIixBLnJlbD0ic2hvcnRjdXQgaWNvbiIsQS5ocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJBQUFBQVFDQVlBQUFBZjgvOWhBQUFCSlVsRVFWUjRBV0o0NWFhQmpobUIyQURRT1Qzb0JBT0ZBUmorMHRSdk03dkdiRnMza2oxbG0wT3V1ZXZJdW9mbTV1eSszbTJuN1N6WHR1Zll3QmFPY0lBbHVKczZzZGtaVjB4Z0h2OXdDVFgyOFE1enBvM3IzUUhlWVF1S2EveEZIOVFveFI5VHA5akVPM3VBTWFnbEhBN0lRVFFFWVZETHFEMUFDMDZoV0lZTDVBNFhVNmM0UWN2dEFDSDRqWGZ3aFJQa0VVN3d4enQ4Z3ErWXZWK2dCdzZRRjJqR0dUYkVYSlVhbVJBOEpRTnFISWk1WnpVUzN6TEFLbzVRQlhtaFZweGhXd2k4OFJGL2tZd3ZrRWQ4UWo2QzhBWCt0eFh0MXN2YnhRL0lIZSt3QXpYbTdYZFFETFVVUXBDQVZBZ2lvWlk2ZXdBSHpGaFBPUUJOVUtNQlgzRU94UUtjSUhkL1lSa0c4UmxuVU9NTTM5R0VHampjL1V4MytXTUxoempDRm9JZ2Q5MEFYdyt6ZGEzZEltc0FBQUFBU1VWT1JLNUNZSUk9Iixkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiaGVhZCIpWzBdLmFwcGVuZENoaWxkKEEpLGRvY3VtZW50LnRpdGxlPSJEYXNoYm9hcmQifSgpOw==';document.body.appendChild(a);}())" class="bookmarklet">Tab Cloak (Canvas)</a>
|
||||
<p>Drag the link above to your bookmarks bar. This disguises whatever website you're on as the Canvas Dashboard.</p>
|
||||
<a href="javascript:(function () {var a = document.createElement('script');a.src = 'data:text/javascript;base64,IWZ1bmN0aW9uKCl7dmFyIEE9ZG9jdW1lbnQucXVlcnlTZWxlY3RvcigibGlua1tyZWwqPSdpY29uJ10iKXx8ZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgibGluayIpO0EudHlwZT0iaW1hZ2UveC1pY29uIixBLnJlbD0ic2hvcnRjdXQgaWNvbiIsQS5ocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUNBQUFBQWdDQU1BQUFCRXBJckdBQUFBeVZCTVZFVkhjRXdZZ0RnWWdEZ3duVzhpbVVvV2ZqWVlnRGdDZlRtM3B4MzVwdzgwcUZOWGpERCt3QUQ3dkFRMHFWQXdvMURkc2cvOHZBUDh2Z01yaWp1R21DZzBxRlA3dkFRMHFGUDd2QVEwcUZQN3ZBUWhxRlg5dmdJU3Bscjd2QVQ3dkFUN3ZBUTFxMG9lZEw0amZxNGhmYXd6aGNkQWhmYTFnSTMwYmhud2NDanRXUzhYWTljWVpkVkNoZlUyaC9uclFUVHBPamNYWnRFWVo5STBldWVVYTdEeVBSanFRelVsYjlzc2lmL1hURlVaWjlKbWU5bStXWDNxUXpYd1B5VS9odlZDaGZSQ2hmUkJoZlFvRmlJaUFBQUFRM1JTVGxNQVFFa2wvLy8vLy80YS8vLy82M3YvLy85cC8vK3htZHZQVnoycnZRcWxVUG4vaFAvLzNhemYvLytTU2YvLy8vOUEzdi8vLy8vUS8vLy9xZi8vYnQxNXQ3YTJhanBxa1FBQUFRWkpSRUZVZUFHc3o5V2F3akFRQmVDRFE5REIzVlp4ZDNqLzE5cG1tc2syWDN2SmZ6dDY4RjZ4T0lzaFdpS1pTck5NTm9jb1NxVzVJNU12RkJHaHBGVFpiNmdRVlJHbVBEV3ZJMU12RUJGQ0drclREYVExUXg4cWxreGxzZ1hTY25DMWxDOWRLeEJydzlGUlJySmlHcWlMSUNWNmZUS0tia1F4eUpHb3dob29VUUthSkp5SUJqd2toazVFMW9HblNpSm5JeG90c0NJWmJZa29FbUJkRWlNM1lnT0dqVHJtaUJNQnF5QjAxT21INy9QcjIvcjVuZm5tQUJaTFkvVnZ2VEcyOE96MjdCQnNPSjY0Zm9hVzJHdVhWZEQxeGcwNXNMdGRZSzBmZXNVY0JpOXdYWjllQThSMHYxK0ZuRFl2V0R2bmdQbnpiM2JJQ2NMZXdjRVJCVGc0MlRQUUN3QUFwMnM3WEd3SUFZTUFBQUFBU1VWT1JLNUNZSUk9Iixkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiaGVhZCIpWzBdLmFwcGVuZENoaWxkKEEpLGRvY3VtZW50LnRpdGxlPSJNeSBEcml2ZSAtIEdvb2dsZSBEcml2ZSJ9KCk7';document.body.appendChild(a);}())" class="bookmarklet">Tab Cloak (Google Drive)</a>
|
||||
<p>Drag the link above to your bookmarks bar. This disguises whatever website you're on as Google Drive.</p>
|
||||
<a href="javascript:javascript:(function () {var a = document.createElement('script');a.src = 'data:text/javascript;base64,IWZ1bmN0aW9uKCl7dmFyIEE9ZG9jdW1lbnQucXVlcnlTZWxlY3RvcigibGlua1tyZWwqPSdpY29uJ10iKXx8ZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgibGluayIpO0EudHlwZT0iaW1hZ2UveC1pY29uIixBLnJlbD0ic2hvcnRjdXQgaWNvbiIsQS5ocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUNBQUFBQWdDQVlBQUFCemVucjBBQUFCOGtsRVFWUjRBZTJVQTQ5a1FSU0YzeDlhRzhIYWNUWlkyN1laclkwSnhyWnQyN1p0ODg0N25keWtVZW11TVUveVZNajU2dHlxcDBBcjc1WGVXblczcEYyOWFKYXU4cFYzUzE4cEVGN1FPQmZYeXJ2RnR4WFF6QkVBcm5ZQTBGeGVpeFBnNktlcXVRTjRZZDlJVUhKSjM5d0FlQ1oxRVdzWllFWUFEcnlySUp2SWRrMk5hOXVHTlUrWW52dGRNL01BTmxIdFpFeGgyVDBBbWhrQXorUXUwaGF2dnFCMmdJU1NBTmo1dkVBTzRHOWdxNDd4dWQrMXVtVjVYOEVnMGdCN1hoWFF0WjlacEVqVVhOc2Nac0p4MjUrVkFVSUtZT3ZqSXBqTEFlREh3c0s3c2JHQU13V3c4V0V4bmZ1YUxRK0FIYytDZ2FueEJUVURSZ0ZPZjJaekJwQS8xOWcwaUcvUy80RWo3L0poS2c4QXM0anNkbUxkTjh2RkpFU29SaWtHRVIxRGpoNXpwUUVPdkNtZ1M5K3p5U1dxbGxqZjNFcDVJdnFFYVhUMWpRb0JBQzBOb0IwVlZzMHFxdW5oZG9aQUVzTGpDb21qTndHQU91c1BDc3RvSmxaOFhodVhRcnNjK3VZUUo0bHhjZ0NvRTFhbFB3aUdyVjJEeEdycEhLVDQvRGJ5VFd6UXdKVTM5Sk5BYkM0SHNPNisxdmtVWEM4c0NxaTZtWTNFYWxYQjhxdDZpSVY1MGdCOFBrMWRWc0hWbXIyZ0xZQWhEU1NGZmdqSlNBRmc1Y2MvNXVCalRpNkZZNTh6QU55V09rQm0rNXdCL01nc1Y5VGI3YmtDdVA0ejg3VUM0ZVdxU2pPTEsyKy85aXZ6TnJ6SEFaOXZFQVRZL1VuekFBQUFBRWxGVGtTdVFtQ0MiLGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCJoZWFkIilbMF0uYXBwZW5kQ2hpbGQoQSksZG9jdW1lbnQudGl0bGU9IkRlc21vcyB8IFRlc3RpbmcifSgpOw==';document.body.appendChild(a);}())" class="bookmarklet">Tab Cloak (Desmos)</a>
|
||||
<p>Drag the link above to your bookmarks bar. This disguises whatever website you're on Desmos.</p>
|
||||
<div id="footer">
|
||||
<ul>
|
||||
<li><a href="https://github.com/skysthelimitt/Selenite">Source Code</a></li>
|
||||
<li><a id="panicmode">Panic Mode</a></li>
|
||||
<li><a href="/transfer.html">Transfer your data</a></li>
|
||||
</ul>
|
||||
<p>This allows you to collect the words on the page into a ball. Fun game, I recommend playing it.</p>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<a href="https://github.com/skysthelimitt/Selenite">Source Code</a>
|
||||
<a id="panicmode">Panic Mode</a>
|
||||
<a href="/transfer.html">Transfer your data</a>
|
||||
<a href="https://forms.gle/HZwdTiZYeJApTahv5">Report a Bug</a>
|
||||
<a href="https://discord.gg/7jyufnwJNf">Discord</a>
|
||||
<a href="https://forms.gle/iBAbXvEDaYTLuEcdA">Suggestions</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
BIN
celestemods/icon.png
Normal file
After Width: | Height: | Size: 965 B |
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>
|
3521
clickerheroes/staticdata.txt
Normal file
17
cloaks.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"google": [
|
||||
"Google", "https://google.com/favicon.ico"
|
||||
],
|
||||
"canvas": [
|
||||
"Dashboard", "https://du11hjcvx0uqb.cloudfront.net/dist/images/favicon-e10d657a73.ico"
|
||||
],
|
||||
"desmos": [
|
||||
"Desmos | Graphing Calculator", "https://www.desmos.com/assets/img/apps/graphing/favicon.ico"
|
||||
],
|
||||
"drive": [
|
||||
"My Drive - Google Drive", "https://ssl.gstatic.com/docs/doclist/images/drive_2022q3_32dp.png"
|
||||
],
|
||||
"classroom": [
|
||||
"Home", "https://ssl.gstatic.com/classroom/ic_product_classroom_144.png"
|
||||
]
|
||||
}
|
@ -150,8 +150,6 @@ var App=typeof App==='undefined'?0:App;
|
||||
</div>
|
||||
|
||||
<div id="sectionRight" class="inset">
|
||||
<!-- ad -->
|
||||
<!-- /ad -->
|
||||
<div id="store">
|
||||
<div id="storeTitle" class="inset title zoneTitle">Store</div>
|
||||
<div id="toggleUpgrades" class="storeSection upgradeBox"></div>
|
||||
@ -160,8 +158,6 @@ var App=typeof App==='undefined'?0:App;
|
||||
<div id="upgrades" class="storeSection upgradeBox"></div>
|
||||
<div id="products" class="storeSection"></div>
|
||||
</div>
|
||||
<!-- ad -->
|
||||
<!-- /ad -->
|
||||
</div>
|
||||
|
||||
<div id="tooltipAnchor"><div id="tooltip" class="framed" onMouseOut="Game.tooltip.hide();"></div></div>
|
||||
|
@ -6621,6 +6621,8 @@ Game.Launch=function()
|
||||
'<br>'+
|
||||
(App?Game.WritePrefButton('bgMusic','bgMusicButton',loc("Music in background")+ON,loc("Music in background")+OFF,'')+'<label>('+loc("music will keep playing even when the game window isn't focused")+')</label><br>':'')+
|
||||
(App?Game.WritePrefButton('fullscreen','fullscreenButton',loc("Fullscreen")+ON,loc("Fullscreen")+OFF,'Game.ToggleFullscreen();')+'<br>':'')+
|
||||
Game.WritePrefButton('cheat','cheatToggle',loc("Cheat menu")+ON,loc("Cheat menu")+OFF,'Game.OpenSesame();')+'<label>('+loc("enable the cheat menu that you usually get by adding saysopensesame to your name, only way to turn it off is by refreshing :D")+')</label><br>'+
|
||||
Game.WritePrefButton('mod','modMenu',loc("Mod Menu"),loc("Mod Menu"),'Game.ModMenu();')+'<label>('+loc("wip, will be a menu to add a bunch of mods")+')</label><br>'+
|
||||
Game.WritePrefButton('fancy','fancyButton',loc("Fancy graphics")+ON,loc("Fancy graphics")+OFF,'Game.ToggleFancy();')+'<label>('+loc("visual improvements; disabling may improve performance")+')</label><br>'+
|
||||
Game.WritePrefButton('filters','filtersButton',loc("CSS filters")+ON,loc("CSS filters")+OFF,'Game.ToggleFilters();')+'<label>('+(EN?'cutting-edge visual improvements; disabling may improve performance':loc("visual improvements; disabling may improve performance"))+')</label><br>'+
|
||||
Game.WritePrefButton('particles','particlesButton',loc("Particles")+ON,loc("Particles")+OFF)+(EN?'<label>(cookies falling down, etc; disabling may improve performance)</label>':'')+'<br>'+
|
||||
@ -16025,7 +16027,15 @@ Game.Launch=function()
|
||||
Game.Achievements['Cheated cookies taste awful'].won=1;
|
||||
}
|
||||
|
||||
|
||||
Game.ModMenu=function()
|
||||
{
|
||||
Game.modURL = ["mods/CookieMonster.js", "mods/BlackHoleInverter.js"]
|
||||
Game.Prompt('<id ModMenu><h3>'+loc("Select a mod!")+'</h3><div class="block">'+loc("Here are a list of mods built into Selenite's Cookie Clicker. If you're curious about a mod, just look it up.")+'</div>' +
|
||||
Game.WritePrefButton('mod0','mod0',loc("Cookie Monster"),loc("Cookie Monster"),'Game.LoadMod(Game.modURL[0]);')+'<label>('+loc("Displays very useful data about your game")+')</label><br>'+'<br>'+
|
||||
Game.WritePrefButton('mod1','mod1',loc("Black Hole Inverter"),loc("Black Hole Inverter"),'Game.LoadMod(Game.modURL[1]);')+'<label>('+loc("New building and achievements")+')</label><br>'+'<br>'
|
||||
,[loc("All done!")
|
||||
]);//prompt('Copy this text and keep it somewhere safe!',Game.WriteSave(1));
|
||||
}
|
||||
Game.loadAscendCalibrator=function()
|
||||
{
|
||||
Game.loadAscendCalibrator=0;
|
||||
|
198
cookieclicker/mods/BlackHoleInverter.js
Normal file
@ -0,0 +1,198 @@
|
||||
Game.Win('Third-party');
|
||||
if(BlackholeInverter === undefined) var BlackholeInverter = {};
|
||||
if(typeof CCSE == 'undefined') Game.LoadMod('mods/CCSE.js');
|
||||
BlackholeInverter.name = 'Black Hole Inverter';
|
||||
BlackholeInverter.version = '1.14';
|
||||
BlackholeInverter.GameVersion = '2.052';
|
||||
|
||||
BlackholeInverter.launch = function(){
|
||||
BlackholeInverter.init = function(){
|
||||
var iconsURL = 'https://klattmose.github.io/CookieClicker/img/customIcons.png';
|
||||
|
||||
CCSE.NewBuilding('Black hole inverter',
|
||||
'black hole inverter|black hole inverters|extracted|[X]% larger event horizon|[X]% larger event horizon',
|
||||
'Inverts the flow of gravity to get the infinitely delicious cookies from an infinitely dense singularity.',
|
||||
1,
|
||||
2,
|
||||
{
|
||||
base:'https://klattmose.github.io/CookieClicker/img/blackholeinverter',
|
||||
xV:8,
|
||||
yV:32,
|
||||
w:128,
|
||||
rows:1,
|
||||
x:0,
|
||||
y:0,
|
||||
customBuildingPic:'mods/img/blackholebuilding.png',
|
||||
customIconsPic:iconsURL
|
||||
},
|
||||
"doesn't matter what you put here",
|
||||
function(me){
|
||||
var mult = 1;
|
||||
mult *= Game.GetTieredCpsMult(me);
|
||||
mult *= Game.magicCpS(me.name);
|
||||
return me.baseCps * mult;
|
||||
},
|
||||
function(){
|
||||
Game.UnlockTiered(this);
|
||||
if(this.amount >= Game.SpecialGrandmaUnlock && Game.Objects['Grandma'].amount > 0) Game.Unlock(this.grandma.name);
|
||||
},
|
||||
{
|
||||
name:'Hypnodrone',
|
||||
desc:'Autonomous aerial brand ambassadors to "encourage" more sales!',
|
||||
icon:1
|
||||
},
|
||||
['Kugelblitz', 'Spaghettification']
|
||||
);
|
||||
|
||||
Game.Objects['Black hole inverter'].displayName='<span style="font-size:80%;position:relative;bottom:4px;">Black hole inverter</span>'; // Shrink the name since it's so large
|
||||
|
||||
|
||||
// Upgrades
|
||||
var last; var i = 0; var order = BlackholeInverter.getTieredUpgradeOrder();
|
||||
Game.TieredUpgrade('Blacker holes', '<q>Blacker than black!</q>', 'Black hole inverter', 1); last = Game.last; last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
Game.TieredUpgrade('More Mass', '<q>Big holes.</q>', 'Black hole inverter', 2); last = Game.last; last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
Game.TieredUpgrade('Stronger Pull', '<q>No escape.</q>', 'Black hole inverter', 3); last = Game.last; last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
Game.TieredUpgrade('Dead Space', '<q>You stare into the abyss and the abyss stares back at you.</q>', 'Black hole inverter', 4); last = Game.last; last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
Game.TieredUpgrade('Cookiefication', '<q>Yum!</q>', 'Black hole inverter', 5); last = Game.last; last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
Game.TieredUpgrade('White Hole Inverters', '<q>How does this one even make sense?</q>', 'Black hole inverter', 6); last = Game.last; last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
Game.TieredUpgrade('Merging', '<q>Combine!</q>', 'Black hole inverter', 7); last = Game.last; last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
Game.TieredUpgrade('Worm holes', '<q>You go in one end, you come out the other. Easy as that.</q>', 'Black hole inverter', 8); last = Game.last; last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
Game.TieredUpgrade('Micro black holes', '<q>Tiny, but deadly.</q>', 'Black hole inverter', 9); last = Game.last; last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
Game.TieredUpgrade('Radio-Rings', '<q>Insanely radioactive, and extremely deadly!</q>', 'Black hole inverter', 10); last = Game.last; last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
Game.TieredUpgrade('Reality-Bending Holes', '<q>Now you can see how close you are to certain doom! Two of them put together!</q>', 'Black hole inverter', 11); last = Game.last; last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
Game.TieredUpgrade('Moving Black Holes', "<q>They can move now.</q>", 'Black hole inverter', 12); last = Game.last; last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
Game.TieredUpgrade('Permanent Holes', "<q>They'll never disappear!</q>", 'Black hole inverter', 13); last = Game.last; last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
Game.TieredUpgrade('It has pockets!', "<q>Also known as a pants hole</q>", 'Black hole inverter', 14); last = Game.last; last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
|
||||
order = BlackholeInverter.getGrandmaUpgradeOrder();
|
||||
last = Game.GrandmaSynergy('Heavy grandmas', 'A dense grandma to accrete more cookies.', 'Black hole inverter'); last.order = order;
|
||||
|
||||
order = BlackholeInverter.getSynergyUpgradeOrder();
|
||||
last = Game.SynergyUpgrade('Daring pilots', "<q>You've never heard of the Millennium Falcon? It's the ship that made the Kessel Run in less than twelve parsecs.</q>", 'Black hole inverter', 'Shipment', 'synergy1'); last.icon[2] = iconsURL; last.order = order;
|
||||
last = Game.SynergyUpgrade('General relativity', '<q>Space is time. Time is space</q>', 'Black hole inverter', 'Time machine', 'synergy2'); last.icon[2] = iconsURL; last.order = order + 0.01;
|
||||
|
||||
|
||||
// Achievements
|
||||
order = BlackholeInverter.getAchievementOrder(); i = 0;
|
||||
last = Game.TieredAchievement('Single singularity', '', 'Black hole inverter', 1); last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
last = Game.TieredAchievement('Penrose diagram', '', 'Black hole inverter', 2); last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
last = Game.TieredAchievement('Schwarzschild', '', 'Black hole inverter', 3); last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
last = Game.TieredAchievement('Holes in holes', '', 'Black hole inverter', 4); last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
last = Game.TieredAchievement('No-hair theorem', '', 'Black hole inverter', 5); last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
last = Game.TieredAchievement('Photon sphere', '', 'Black hole inverter', 6); last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
last = Game.TieredAchievement('Information paradox', '', 'Black hole inverter', 7); last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
last = Game.TieredAchievement('Gravitaional lensing', '', 'Black hole inverter', 8); last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
last = Game.TieredAchievement('Galactic nuclei', '', 'Black hole inverter', 9); last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
last = Game.TieredAchievement('Sagittarius A*', '', 'Black hole inverter', 10); last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
last = Game.TieredAchievement('Hey now, you\'re a dead star', '', 'Black hole inverter', 11); last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
last = Game.TieredAchievement('Incredibly dense', '', 'Black hole inverter', 12); last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
last = Game.TieredAchievement('Infinitely dense', '', 'Black hole inverter', 13); last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
last = Game.TieredAchievement('Quasi-stellar radio source', '', 'Black hole inverter', 14); last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
|
||||
last = Game.ProductionAchievement('Relativistic jets', 'Black hole inverter', 1); last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
last = Game.ProductionAchievement('Primordial black holes', 'Black hole inverter', 2); last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
last = Game.ProductionAchievement('Naked singularity', 'Black hole inverter', 3); last.icon[2] = iconsURL; last.order = order + i / 100; i++;
|
||||
|
||||
last = CCSE.NewAchievement('M87', 'Reach level <b>10</b> black hole inverters.', [1, 26, iconsURL]);
|
||||
Game.Objects['Black hole inverter'].levelAchiev10 = last; last.order = order + i / 100; i++;
|
||||
|
||||
|
||||
|
||||
Game.customStatsMenu.push(function(){
|
||||
CCSE.AppendStatsVersionNumber(BlackholeInverter.name, BlackholeInverter.version);
|
||||
});
|
||||
|
||||
// Finish up
|
||||
BlackholeInverter.isLoaded = 1;
|
||||
if(BlackholeInverter.postloadHooks){
|
||||
for(var i = 0; i < BlackholeInverter.postloadHooks.length; ++i) BlackholeInverter.postloadHooks[i]();
|
||||
}
|
||||
|
||||
if (Game.prefs.popups) Game.Popup(BlackholeInverter.name + ' loaded!');
|
||||
else Game.Notify(BlackholeInverter.name + ' loaded!', '', '', 1, 1);
|
||||
}
|
||||
|
||||
|
||||
BlackholeInverter.getTieredUpgradeOrder = function(){
|
||||
function isNumber(n) {
|
||||
return !isNaN(parseFloat(n)) && isFinite(n);
|
||||
}
|
||||
|
||||
var res = 0;
|
||||
for(var i = 0; i < Game.ObjectsN; i++){
|
||||
var me = Game.ObjectsById[i];
|
||||
for(var ii in me.tieredUpgrades){
|
||||
if(isNumber(ii)) res = Math.max(me.tieredUpgrades[ii].order, res);
|
||||
}
|
||||
}
|
||||
|
||||
return res + 0.01;
|
||||
}
|
||||
|
||||
BlackholeInverter.getGrandmaUpgradeOrder = function(){
|
||||
var res = 0;
|
||||
for(var i in Game.GrandmaSynergies){
|
||||
res = Math.max(Game.Upgrades[Game.GrandmaSynergies[i]].order, res);
|
||||
}
|
||||
|
||||
return res + 0.01;
|
||||
}
|
||||
|
||||
BlackholeInverter.getSynergyUpgradeOrder = function(){
|
||||
var res = 0;
|
||||
for(var i = 0; i < Game.ObjectsN; i++){
|
||||
var me = Game.ObjectsById[i];
|
||||
for(var ii in me.synergies){
|
||||
res = Math.max(me.synergies[ii].order, res);
|
||||
}
|
||||
}
|
||||
|
||||
return res + 0.01;
|
||||
}
|
||||
|
||||
BlackholeInverter.getAchievementOrder = function(){
|
||||
var res = 0;
|
||||
for(var i = 0; i < Game.ObjectsN-1; i++){
|
||||
var me = Game.ObjectsById[i];
|
||||
|
||||
for(var ii in me.tieredAchievs){
|
||||
res = Math.max(me.tieredAchievs[ii].order, res);
|
||||
}
|
||||
|
||||
for(var ii in me.productionAchievs){
|
||||
res = Math.max(me.productionAchievs[ii].achiev.order, res);
|
||||
}
|
||||
|
||||
if(me.levelAchiev10) res = Math.max(me.levelAchiev10.order, res);
|
||||
}
|
||||
|
||||
return res + 0.01;
|
||||
}
|
||||
|
||||
|
||||
ModLanguage('*',{
|
||||
|
||||
"%1 black hole inverter": [
|
||||
"%1 black hole inverter",
|
||||
"%1 black hole inverters"
|
||||
],
|
||||
"[Black hole inverter quote]Inverts the flow of gravity to get the infinitely delicious cookies from an infinitely dense singularity.": "Inverts the flow of gravity to get the infinitely delicious cookies from an infinitely dense singularity.",
|
||||
"[Black hole inverter business name]Hypnodrone": "Hypnodrone",
|
||||
'[Black hole inverter business quote]Autonomous aerial brand ambassadors to "encourage" more sales!': 'Autonomous aerial brand ambassadors to "encourage" more sales!',
|
||||
|
||||
});
|
||||
|
||||
if(CCSE.ConfirmGameVersion(BlackholeInverter.name, BlackholeInverter.version, BlackholeInverter.GameVersion)) BlackholeInverter.init();
|
||||
}
|
||||
|
||||
|
||||
if(!BlackholeInverter.isLoaded){
|
||||
if(CCSE && CCSE.isLoaded){
|
||||
BlackholeInverter.launch();
|
||||
}
|
||||
else{
|
||||
if(!CCSE) var CCSE = {};
|
||||
if(!CCSE.postLoadHooks) CCSE.postLoadHooks = [];
|
||||
CCSE.postLoadHooks.push(BlackholeInverter.launch);
|
||||
}
|
||||
}
|
4137
cookieclicker/mods/CCSE.js
Normal file
3
cookieclicker/mods/CookieMonster.js
Normal file
BIN
cookieclicker/mods/img/blackholebuilding.png
Normal file
After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 126 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 200 KiB |
Before Width: | Height: | Size: 625 KiB After Width: | Height: | Size: 625 KiB |
Before Width: | Height: | Size: 534 KiB After Width: | Height: | Size: 534 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 216 KiB After Width: | Height: | Size: 216 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 183 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 395 B After Width: | Height: | Size: 395 B |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |