mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Nuke jquery and FileSaver.min.js
This commit is contained in:
+6
-9
@@ -4,14 +4,11 @@
|
||||
<meta charset="utf-8">
|
||||
<title>CHUNITHM AIR 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 () {
|
||||
new PatchContainer([
|
||||
|
||||
|
||||
//AIR
|
||||
new Patcher("chuniApp.exe", "(1.10.00) AIR", [
|
||||
{
|
||||
@@ -77,7 +74,7 @@
|
||||
]
|
||||
}
|
||||
]),
|
||||
|
||||
|
||||
//AIR PLUS
|
||||
new Patcher("chuniApp.exe", "(1.15.00) AIR PLUS", [
|
||||
{
|
||||
@@ -146,12 +143,12 @@
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load", function () {
|
||||
new PatchContainer([
|
||||
|
||||
//AIR&AIRPLUS
|
||||
|
||||
//AIR&AIRPLUS
|
||||
new Patcher("aimeReaderHost.exe", "(1.10.00) AIR & (1.15.00) AIR PLUS", [
|
||||
{
|
||||
name: "Change domain obfuscation to be compatible with segatools",
|
||||
@@ -168,4 +165,4 @@
|
||||
<body>
|
||||
<h1>CHUNITHM AIR Modder</h1>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user