Hyperlink credits and fix suggestion template linking to Jod's GitHub

This commit is contained in:
Benjamin Stewart 2023-10-21 19:57:08 -05:00
parent 05e1b4dafb
commit 6404a450cb
10 changed files with 36 additions and 29 deletions

View File

@ -21,7 +21,7 @@ body:
id: confirm
attributes:
label: FaQ
description: Please make sure to read [the FaQ](https://github.com/Minesraft2/Blooket-Cheats/wiki#faq) before submitting any suggestions
description: Please make sure to read [the FaQ](https://github.com/05Konz/Blooket-Cheats#information) before submitting any suggestions
multiple: true
options:
- I have not read the FaQ

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 416 B

After

Width:  |  Height:  |  Size: 416 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 B

After

Width:  |  Height:  |  Size: 415 B

File diff suppressed because one or more lines are too long

View File

@ -188,7 +188,8 @@
fontWeight: "700",
userSelect: "text"
},
innerHTML: "GitHub - 05Konz"
innerHTML: "GitHub - 05Konz",
onclick: () => window.open("https://github.com/05Konz/Blooket-Cheats", "_blank").focus()
}),
(controlButtons = createElement("div", {
id: "controlButtons",
@ -3891,7 +3892,7 @@
}
let iframe = document.querySelector("iframe");
const [_, time, error] = decode.match(/LastUpdated: (.+?); ErrorMessage: "(.+?)"/);
if (parseInt(time) <= 1697934287463 || iframe.contentWindow.confirm(error)) cheat();
if (parseInt(time) <= 1697936106829 || iframe.contentWindow.confirm(error)) cheat();
}
img.onerror = img.onabort = () => (img.src = null, cheat());
})();

2
cheats/gui.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -3638,7 +3638,13 @@
key: "x"
})), React.createElement("div", {
id: styles.keys.credits
}, React.createElement(AntiBen, null, "GitHub - 05Konz")), React.createElement("div", {
}, React.createElement(AntiBen, {
onClick: () => window.open("https://github.com/05Konz/Blooket-Cheats", "_blank").focus(),
style: {
cursor: "pointer"
},
href: "https://github.com/05Konz/Blooket-Cheats"
}, "GitHub - 05Konz")), React.createElement("div", {
id: styles.keys.cheatList
}, React.createElement(AntiBen, {
type: "span",
@ -3723,7 +3729,7 @@
}
let iframe = document.querySelector("iframe");
const [_, time, error] = decode.match(/LastUpdated: (.+?); ErrorMessage: "(.+?)"/);
if (parseInt(time) <= 1697934287562 || iframe.contentWindow.confirm(error)) cheat();
if (parseInt(time) <= 1697936106862 || iframe.contentWindow.confirm(error)) cheat();
}
img.onerror = img.onabort = () => (img.src = null, cheat());
})();

File diff suppressed because one or more lines are too long