Skip to content

Commit

Permalink
Merge pull request #5 from miceoroni/master
Browse files Browse the repository at this point in the history
oops i broke the website lmao
  • Loading branch information
rainestorme authored Oct 31, 2024
2 parents f91f788 + f909d7f commit 775e5db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/selecting.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ function redirect() {
var waysToRoot = canRootBoard(document.getElementById("board").value);
console.log(waysToRoot);
if (waysToRoot.includes("SH1mmer") && document.getElementById("curVersion").value >= 111) {
window.location.href = "https://chromebook-guide.github.io/cryptosmite";
window.location.href = "https://chromebook-guide.github.io/badrecovery";
} else if (document.getElementById("curVersion").value >= 112) {
window.location.href = "https://chromebook-guide.github.io/badrecovery"
}
if (document.getElementById(curVersion).value >= 125) {
alert("Wait for ICARUS.")
} else if (waysToRoot.includes("SH1mmer") && document.getElementById(curVersion).value >= 125) {
window.location.href = "https://chromebook-guide.github.io/pencilmethod" //last resort for repair shops or skids looking to unenroll chromebooks.
alert("No exploits are availiable for your version yet.");
}
if (waysToRoot.includes("80")) {
window.location.href = "https://chromebook-guide.github.io/v81";
Expand Down

0 comments on commit 775e5db

Please sign in to comment.