mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
beta feedback stuff
This commit is contained in:
parent
57fb0b953e
commit
49ba5da03e
BIN
img/byvolptutorial.mp4
Normal file
BIN
img/byvolptutorial.mp4
Normal file
Binary file not shown.
@ -4,6 +4,11 @@ function check() {
|
||||
clearInterval(interval);
|
||||
const body = document.querySelector("body");
|
||||
body.style.removeProperty("display");
|
||||
if(Math.random() > 0.97) {
|
||||
if(confirm("Want to help Selenite? Try out the new UI and give feedback! Click OK to go to the new UI or click Cancel to ignore.") == true){
|
||||
window.location.href = "https://ui-test.selenite.pages.dev";
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($("#panicmode").length > 0) {
|
||||
$("#panicmode").prop({ href: panicurl });
|
||||
@ -55,4 +60,4 @@ function checkAlert() {
|
||||
alert('Welcome to Selenite!\nTransferring from another website? Add "/transfer" to the end of the URL to see how to transfer your game data!\nI\'m a single developer that works on this website, so I would appreciate your support! You can pay on Patreon by clicking the "Support" button, which will have private links for all subscribers to use!\nPlease share this website with anyone you know, so this website can expand even more!\nGo to bookmarklets and then add "Selenite Minified" to your bookmarks :) \nJoin the Discord for the latest updates and newest links!\nI don\'t want to be annoying, so you won\'t see this message for another month (at least on this website) :)');
|
||||
Cookies.set('supportalert', true, { expires: 31 });
|
||||
}
|
||||
}
|
||||
}
|
@ -66,6 +66,7 @@
|
||||
<br>
|
||||
<h2>byvolp</h2>
|
||||
<p>Download your data by visiting the Doge Miner game, clicking Settings, and importing <a href="js/dogeminersave.txt">this save</a> (make sure to Export Save on Doge Miner if you have any data first), then go to Stats and click Refresh. This will download a file, which you can then import using the Selenite Import Utility or clicking Upload Save on the main page of Selenite.</p>
|
||||
<a href="img/byvolptutorial.mp4">Video Tutorial</a>
|
||||
<h2>Other Websites</h2>
|
||||
<p>Use our <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);">Download Save Utility</a> to download your save from any website, as long as you can use bookmarklets!</p>
|
||||
<div id="footer">
|
||||
|
Loading…
x
Reference in New Issue
Block a user