Nuke jquery and FileSaver.min.js

This commit is contained in:
Will Toohey
2022-05-28 13:48:36 +10:00
parent 489b3b2e7e
commit 1aeae79374
72 changed files with 389 additions and 563 deletions
+2 -5
View File
@@ -4,9 +4,6 @@
<meta charset="utf-8">
<title>jubeat ripples Modder</title>
<link rel="stylesheet" href="css/style.css">
<!-- don't hate -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script type="text/javascript" src="js/FileSaver.min.js"></script>
<script type="text/javascript" src="js/dllpatcher.js"></script>
<script type="text/javascript">
window.addEventListener("load", function() {
@@ -36,8 +33,8 @@
},
{
name: "Unlock All Songs",
patches: [{offset: 0xADBD0,
off: [0x8B, 0x55, 0xC8, 0x89, 0x51, 0x34, 0x0F, 0xBF, 0x45, 0xB8, 0x33, 0xC9, 0x85, 0xC0, 0x0F, 0x9D, 0xC1],
patches: [{offset: 0xADBD0,
off: [0x8B, 0x55, 0xC8, 0x89, 0x51, 0x34, 0x0F, 0xBF, 0x45, 0xB8, 0x33, 0xC9, 0x85, 0xC0, 0x0F, 0x9D, 0xC1],
on: [0xBA, 0x00, 0x00, 0x00, 0x00, 0x89, 0x51, 0x34, 0x0F, 0xBF, 0x45, 0xB8, 0x33, 0xC9, 0x85, 0xC0, 0x90]}]
}
]),