diff --git a/js/cookie.js b/js/cookie.js
index a8d8b8ab..ea705d95 100644
--- a/js/cookie.js
+++ b/js/cookie.js
@@ -2,7 +2,7 @@
function getMainSave() {
var mainSave = {};
// List of items in localStorage that should not be saved
- var localStorageDontSave = ["tabicon", "tabname"];
+ var localStorageDontSave = ["sdsadawdasdasd"];
// Convert localStorage to an array of key-value pairs and remove the items that should not be saved
localStorageSave = Object.entries(localStorage);
@@ -41,7 +41,7 @@ function downloadMainSave() {
var fakeElement = document.createElement("a");
fakeElement.href = dataURL;
- fakeElement.download = "your.Selenite.save";
+ fakeElement.download = "your.selenite.save";
fakeElement.click();
URL.revokeObjectURL(dataURL);
Toastify({
diff --git a/settings.html b/settings.html
index 208ed76c..2d17e0c2 100644
--- a/settings.html
+++ b/settings.html
@@ -73,6 +73,7 @@
I'm just a single developer who works on this website for free in my free time. I currently don't make anything from this website, and so any donation would be very appreciated. Click on one of the links below to help support me!