From 123f2658f9cae389f29951400d5b524efa5f470e Mon Sep 17 00:00:00 2001
From: TheTrueShaman <68354378+The-Shaman@users.noreply.github.com>
Date: Fri, 22 Oct 2021 19:04:51 +0200
Subject: [PATCH 01/55] Create writedoc.js
---
writedoc.js | 1 +
1 file changed, 1 insertion(+)
create mode 100644 writedoc.js
diff --git a/writedoc.js b/writedoc.js
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/writedoc.js
@@ -0,0 +1 @@
+
From fe1011b54de783c6cc63468e4f67b7fc6a532292 Mon Sep 17 00:00:00 2001
From: TheTrueShaman <68354378+The-Shaman@users.noreply.github.com>
Date: Fri, 22 Oct 2021 19:41:36 +0200
Subject: [PATCH 02/55] Update index.html
---
index.html | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index f843fa5..430aeeb 100644
--- a/index.html
+++ b/index.html
@@ -43,6 +43,7 @@
+
@@ -145,10 +110,11 @@
async function getStats(username, key, uuid, uuidjson, profilenum, profilejson) {
let skyblockskill = await fetch("https://api.hypixel.net/resources/skyblock/skills");
let skillsjson = await skyblockskill.json();
-
- console.log(profilejson);
var levels = {"skills":{}, "dungeons":{}};
var skills = ['farming', 'mining', 'combat', 'foraging', 'fishing', 'enchanting', 'alchemy', 'taming'];
+
+ console.log(profilejson);
+
for (let i = 0; i < skills.length; i++) {
levels["skills"][skills[i]] = {};
let level = getLevel(skills[i], profilejson, skillsjson, profilenum, uuid);
From b3a74344d288fd67a93c7eb4a9421518c3ea422a Mon Sep 17 00:00:00 2001
From: TheTrueShaman <68354378+The-Shaman@users.noreply.github.com>
Date: Sat, 23 Oct 2021 05:27:08 +0200
Subject: [PATCH 23/55] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index f86ef29..dbabbf7 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
Bad Skyblock API
-
+
From b302a22c34613916c3b20eb7c83fc64c8288a5fe Mon Sep 17 00:00:00 2001
From: TheTrueShaman <68354378+The-Shaman@users.noreply.github.com>
Date: Sat, 23 Oct 2021 05:28:28 +0200
Subject: [PATCH 24/55] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index dbabbf7..3a84c82 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
Bad Skyblock API
-
+
From 2613b31629a3183d0a1513140fb84d46aa306af8 Mon Sep 17 00:00:00 2001
From: TheTrueShaman <68354378+The-Shaman@users.noreply.github.com>
Date: Sat, 23 Oct 2021 05:29:17 +0200
Subject: [PATCH 25/55] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 3a84c82..b205499 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
Bad Skyblock API
-
+
From c4125cf964829c4f4e2c39381a49d0460b431d32 Mon Sep 17 00:00:00 2001
From: TheTrueShaman <68354378+The-Shaman@users.noreply.github.com>
Date: Sat, 23 Oct 2021 05:30:00 +0200
Subject: [PATCH 26/55] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index b205499..86016c3 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
Bad Skyblock API
-
+
From 2f7de76cb6e18975c4d14c6d3c6222cadb0b9ad5 Mon Sep 17 00:00:00 2001
From: TheTrueShaman <68354378+The-Shaman@users.noreply.github.com>
Date: Sat, 23 Oct 2021 05:31:30 +0200
Subject: [PATCH 27/55] Update index.html
---
index.html | 37 ++++++++++++++++++++++++++++++++++++-
1 file changed, 36 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 86016c3..2834f88 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,42 @@
Bad Skyblock API
-
+
From 7aee224b3df40ba43ac633b32105337c3009d4b1 Mon Sep 17 00:00:00 2001
From: TheTrueShaman <68354378+The-Shaman@users.noreply.github.com>
Date: Sat, 23 Oct 2021 05:32:12 +0200
Subject: [PATCH 28/55] Delete styles.css
---
styles.css | 34 ----------------------------------
1 file changed, 34 deletions(-)
delete mode 100644 styles.css
diff --git a/styles.css b/styles.css
deleted file mode 100644
index 6f203ae..0000000
--- a/styles.css
+++ /dev/null
@@ -1,34 +0,0 @@
- body {
- font-family: Arial;
- background: #8fafaf;
- margin: 0;
- }
-
- .mainpage {
- margin: 20px;
- }
-
- .statspage {
- margin: 20px;
- }
-
- .header {
- padding: 20px;
- text-align: center;
- background: #3a3d3d;
- color: white;
- font-size: 20px;
- margin: 0;
- }
-
- input:invalid {
- border: 2px dashed black;
- }
-
- input:invalid:required {
- border: 2px dashed red;
- }
-
- input:valid {
- border: 2px solid black;
- }
From 11dd1062329cbe93c1d0b99510c05d70319be4ed Mon Sep 17 00:00:00 2001
From: TheTrueShaman <68354378+The-Shaman@users.noreply.github.com>
Date: Sat, 23 Oct 2021 05:56:17 +0200
Subject: [PATCH 29/55] Update index.html
---
index.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/index.html b/index.html
index 2834f88..0be1930 100644
--- a/index.html
+++ b/index.html
@@ -53,6 +53,7 @@
getUser(searches.slice(5,poskey), searches.slice(poskey+5,));
} else {
document.getElementById("statspage").style.display = "none";
+ writeform();
}
}
From c274151cdadfe70d5e9dc71304aee237c76c3dea Mon Sep 17 00:00:00 2001
From: TheTrueShaman <68354378+The-Shaman@users.noreply.github.com>
Date: Sat, 23 Oct 2021 05:58:21 +0200
Subject: [PATCH 30/55] Update index.html
---
index.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/index.html b/index.html
index 0be1930..2834f88 100644
--- a/index.html
+++ b/index.html
@@ -53,7 +53,6 @@
getUser(searches.slice(5,poskey), searches.slice(poskey+5,));
} else {
document.getElementById("statspage").style.display = "none";
- writeform();
}
}
From cea36107817bf9c5319b3edbe6f1fa003296befa Mon Sep 17 00:00:00 2001
From: TheTrueShaman <68354378+The-Shaman@users.noreply.github.com>
Date: Sat, 23 Oct 2021 05:58:31 +0200
Subject: [PATCH 31/55] Delete writedoc.js
---
writedoc.js | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 writedoc.js
diff --git a/writedoc.js b/writedoc.js
deleted file mode 100644
index 8b13789..0000000
--- a/writedoc.js
+++ /dev/null
@@ -1 +0,0 @@
-
From eb8008d09a6f76f4cae823aaef839fd49cbc9661 Mon Sep 17 00:00:00 2001
From: TheTrueShaman <68354378+The-Shaman@users.noreply.github.com>
Date: Sat, 23 Oct 2021 05:58:46 +0200
Subject: [PATCH 32/55] Update index.html
---
index.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/index.html b/index.html
index 2834f88..c754abc 100644
--- a/index.html
+++ b/index.html
@@ -43,7 +43,6 @@
-
+