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:
+8
-11
@@ -4,14 +4,11 @@
|
||||
<meta charset="utf-8">
|
||||
<title>CHUNITHM STAR 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([
|
||||
|
||||
|
||||
//STAR
|
||||
new Patcher("chuniApp.exe", "(1.20.00) STAR", [
|
||||
{
|
||||
@@ -77,7 +74,7 @@
|
||||
]
|
||||
}
|
||||
]),
|
||||
|
||||
|
||||
//STAR PLUS
|
||||
new Patcher("chuniApp.exe", "(1.25.00) STAR PLUS", [
|
||||
{
|
||||
@@ -143,15 +140,15 @@
|
||||
]
|
||||
}
|
||||
]),
|
||||
|
||||
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load", function () {
|
||||
new PatchContainer([
|
||||
|
||||
|
||||
//STAR
|
||||
new Patcher("aimeReaderHost.exe", "(1.20.00) STAR", [
|
||||
{
|
||||
@@ -162,7 +159,7 @@
|
||||
]
|
||||
}
|
||||
]),
|
||||
|
||||
|
||||
//STAR PLUS
|
||||
new Patcher("aimeReaderHost.exe", "(1.25.00) STAR PLUS", [
|
||||
{
|
||||
@@ -176,9 +173,9 @@
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<h1>CHUNITHM STAR Modder</h1>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user