mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -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);
|
clearInterval(interval);
|
||||||
const body = document.querySelector("body");
|
const body = document.querySelector("body");
|
||||||
body.style.removeProperty("display");
|
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) {
|
if ($("#panicmode").length > 0) {
|
||||||
$("#panicmode").prop({ href: panicurl });
|
$("#panicmode").prop({ href: panicurl });
|
||||||
|
@ -66,6 +66,7 @@
|
|||||||
<br>
|
<br>
|
||||||
<h2>byvolp</h2>
|
<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>
|
<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>
|
<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>
|
<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">
|
<div id="footer">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user